Skip to content

Commit

Permalink
ci: Install local nutpie package in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Oct 24, 2023
1 parent f3148f6 commit d8f7104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
run: |
set -e
pip install "nutpie[all]" --find-links dist --force-reinstall
pip install --find-links dist --force-reinstall --no-deps --no-index 'nutpie[all]'
pip install pytest
pytest
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
run: |
set -e
pip install 'nutpie[all]' --find-links dist --force-reinstall
pip install --find-links dist --force-reinstall --no-deps --no-index 'nutpie[all]'
pip install pytest
pytest
Expand Down

0 comments on commit d8f7104

Please sign in to comment.