diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 463f7e4..4f969ed 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -28,7 +28,7 @@ jobs: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }} shell: bash -l {0} run: | - conda update -n base -c defaults conda-build -y + conda update -n base -c defaults -y conda config --set solver classic conda install -c conda-forge conda-build anaconda-client conda-verify -y conda install -c conda-forge -c loop3d --file requirements.txt -y