Skip to content

Commit

Permalink
Revert "pip install --no-deps in CI"
Browse files Browse the repository at this point in the history
This reverts commit 37fa611.

The deps are needed since we don't use pixi here.
  • Loading branch information
visr committed Oct 31, 2023
1 parent 36ed513 commit db08628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Install test dependencies
run: |
pip install --no-deps --editable "python/ribasim_testmodels"
pip install --no-deps --editable "python/ribasim[tests]"
pip install --editable "python/ribasim_testmodels"
pip install --editable "python/ribasim[tests]"
- name: Run tests
run: pytest --numprocesses=auto --cov=ribasim --cov-report=xml python/ribasim/tests
Expand Down

0 comments on commit db08628

Please sign in to comment.