Skip to content

Commit

Permalink
conda instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Dec 5, 2024
1 parent 7bc95f5 commit 5f50418
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 @@ -32,7 +32,7 @@ jobs:

- name: Install conda deps
run: |
mamba install -y -q --file package/htmd/DEPENDENCIES nbconvert sphinx=6.1.3 python=3.10
conda install -y -q --file package/htmd/DEPENDENCIES nbconvert sphinx=6.1.3 python=3.10
pip install pydata-sphinx-theme==0.13.1 sphinx-argparse sphinx-notfound-page sphinx-sitemap
- name: Generate rst docs
Expand Down

0 comments on commit 5f50418

Please sign in to comment.