Skip to content

Commit d8f7104

Browse files
committed
ci: Install local nutpie package in all jobs
1 parent f3148f6 commit d8f7104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
run: |
112112
set -e
113113
pip install "nutpie[all]" --find-links dist --force-reinstall
114+
pip install --find-links dist --force-reinstall --no-deps --no-index 'nutpie[all]'
114115
pip install pytest
115116
pytest
116117
@@ -145,6 +146,7 @@ jobs:
145146
run: |
146147
set -e
147148
pip install 'nutpie[all]' --find-links dist --force-reinstall
149+
pip install --find-links dist --force-reinstall --no-deps --no-index 'nutpie[all]'
148150
pip install pytest
149151
pytest
150152

0 commit comments

Comments
 (0)