Skip to content

Commit

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

- name: Install requirements
run: mamba install -c conda-forge --file requirements-full.txt python=$PYTHON
run: |
mamba env update
mamba install -c conda-forge --file requirements-full.txt python=$PYTHON
- name: List installed packages
run: mamba list
Expand Down

0 comments on commit bb5de17

Please sign in to comment.