Skip to content

Commit

Permalink
Add conda-forge as channel
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Sep 14, 2022
1 parent c176345 commit d84244c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/syntax-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:

- name: Install dependencies
run: |
$CONDA/bin/conda env update -c conda-forge --file .github/env-workflow.yml --name $ENV_NAME
$CONDA/bin/conda config --add channels conda-forge
$CONDA/bin/conda env update --file .github/env-workflow.yml --name $ENV_NAME
$CONDA/bin/conda list -r --name $ENV_NAME
env:
PY_VER: ${{ matrix.python-version }}
Expand Down

0 comments on commit d84244c

Please sign in to comment.