diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68ef7639c..c5eab7463 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: echo $CONDA/bin >> $GITHUB_PATH - name: Install dependencies run: | - if [[ ${{ matrix.python-version }} == "3.11" ]]; then conda config --add channels conda-forge; fi + conda config --add channels conda-forge conda create --yes -n test python=${{ matrix.python-version }} source activate test conda install --yes numpy scipy nose pyparsing requests pdbfixer