Skip to content

Commit 75f8226

Browse files
committed
scripts (fix): make install-test get deps
1 parent 1f1f591 commit 75f8226

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/install-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/bin/bash
2-
python3 -m pip install --upgrade --force-reinstall --index-url https://test.pypi.org/simple/ practable
2+
# extra-index-url gets the deps
3+
python -m pip install --upgrade --force-reinstall --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple practable
4+

0 commit comments

Comments
 (0)