Skip to content

Commit f3148f6

Browse files
maresbaseyboldt
authored andcommitted
Add --no-deps to second pip install command
1 parent 78a3e1a commit f3148f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
set -e
5454
pip install --find-links dist --force-reinstall 'nutpie[all]'
55-
pip install --find-links dist --force-reinstall --no-index 'nutpie[all]'
55+
pip install --find-links dist --force-reinstall --no-deps --no-index 'nutpie[all]'
5656
pip install pytest
5757
pytest
5858
- name: pytest

0 commit comments

Comments
 (0)