Skip to content

Commit

Permalink
Explicitly fetch from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Feb 5, 2024
1 parent f3252c1 commit acf1500
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 --file requirements-full.txt python=$PYTHON -c conda-forge

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

0 comments on commit acf1500

Please sign in to comment.