Skip to content

Commit

Permalink
always add conda-forge in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 6, 2023
1 parent 720c2b4 commit e845906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e845906

Please sign in to comment.