Skip to content

Commit

Permalink
Try explicitly setting conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Feb 25, 2023
1 parent bbead3f commit 0bbde24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}

- name: Install requirements
run: mamba install --file requirements-full.txt python=$PYTHON
run: mamba install -c conda-forge --file requirements-full.txt python=$PYTHON

- name: List installed packages
run: mamba list
Expand Down

0 comments on commit 0bbde24

Please sign in to comment.