From 24ee0476af6cd9670a95c79a75f888231b7dabd5 Mon Sep 17 00:00:00 2001 From: Elizabeth Santorella Date: Wed, 2 Oct 2024 16:48:45 -0400 Subject: [PATCH] Remove the other places it was set --- .github/workflows/deploy_on_release.yml | 2 -- .github/workflows/test.yml | 2 -- .github/workflows/test_stable.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/deploy_on_release.yml b/.github/workflows/deploy_on_release.yml index b142740c0d..69cbc68c14 100644 --- a/.github/workflows/deploy_on_release.yml +++ b/.github/workflows/deploy_on_release.yml @@ -60,8 +60,6 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - # avoid conda bug in >=23.10.0: https://github.com/conda/conda/issues/13412 - conda config --set solver classic conda install -y setuptools_scm conda-build conda-verify anaconda-client conda install -y scipy sphinx pytest flake8 multipledispatch conda install -y -c pytorch pytorch cpuonly diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b404159ca..f9475f1314 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,6 @@ jobs: env: ALLOW_LATEST_GPYTORCH_LINOP: true run: | - # avoid conda bug in >=23.10.0: https://github.com/conda/conda/issues/13412 - conda config --set solver classic conda install pytorch torchvision -c pytorch conda install -y pip scipy sphinx pytest flake8 pip install git+https://github.com/cornellius-gp/linear_operator.git diff --git a/.github/workflows/test_stable.yml b/.github/workflows/test_stable.yml index 1eabadd15b..ba14c37ed9 100644 --- a/.github/workflows/test_stable.yml +++ b/.github/workflows/test_stable.yml @@ -31,8 +31,6 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - # avoid conda bug in >=23.10.0: https://github.com/conda/conda/issues/13412 - conda config --set solver classic conda install -y -c pytorch pytorch cpuonly conda install -y pip scipy pytest conda install -y -c gpytorch gpytorch