Skip to content

Commit

Permalink
add channels to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Oct 26, 2023
1 parent 49b4393 commit 90ab6ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Add extra channels
run: |
conda config --add channels conda-forge
conda config --add channels defaults
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Expand Down

0 comments on commit 90ab6ea

Please sign in to comment.