Skip to content

Commit 78a3e1a

Browse files
committed
ci: Make sure the local nutpie is installed
1 parent 73374f5 commit 78a3e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
shell: bash
5252
run: |
5353
set -e
54-
pip install 'nutpie[all]' --find-links dist --force-reinstall
54+
pip install --find-links dist --force-reinstall 'nutpie[all]'
55+
pip install --find-links dist --force-reinstall --no-index 'nutpie[all]'
5556
pip install pytest
5657
pytest
5758
- name: pytest

0 commit comments

Comments
 (0)