Skip to content

Commit

Permalink
Replace mamba with conda
Browse files Browse the repository at this point in the history
They are pretty much the same now
  • Loading branch information
leouieda committed Mar 21, 2024
1 parent 75db0f8 commit b67ffa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
cat requirements-full.txt
- name: Install requirements
run: mamba install --quiet --file requirements-full.txt python==$PYTHON
run: conda install --quiet --file requirements-full.txt python==$PYTHON

- name: List installed packages
run: mamba list
run: conda list

- name: Build source and wheel distributions
run: |
Expand Down

0 comments on commit b67ffa2

Please sign in to comment.