fixes after change to src-layout
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /extract
|
||||
pip install -U pytest pytest-mock && pytest "$@"
|
||||
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"
|
||||
|
||||
Reference in New Issue
Block a user