Skip to content

Commit

Permalink
Try with conda instead of mamba source.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 20, 2024
1 parent a52e8da commit fca250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
source /builds/miniconda3/etc/profile.d/mamba.sh
source /builds/miniconda3/etc/profile.d/conda.sh
mamba activate corese-core
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
Expand Down

0 comments on commit fca250e

Please sign in to comment.