Skip to content

Commit

Permalink
always install extra deps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Mar 5, 2024
1 parent 60e8dda commit 0b87266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
key: modflow6-examples-${{ hashFiles('modflow6-examples/data/**') }}

- name: Install extra Python packages
if: steps.cache-examples.outputs.cache-hit != 'true'
working-directory: modflow6-examples/etc
run: |
pip install -r requirements.pip.txt
Expand Down

0 comments on commit 0b87266

Please sign in to comment.