We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0804aee commit 3fb547bCopy full SHA for 3fb547b
.github/workflows/github-actions-ci.yml
@@ -44,6 +44,7 @@ jobs:
44
git config lfs.url 'https://github.com/AllenInstitute/ipfx.git/info/lfs'
45
git lfs env
46
git lfs pull
47
+ pip install -e .
48
python -m pytest --junitxml=test-results/junit.xml --verbose
49
50
docker/run_tests_with_docker.sh
@@ -27,4 +27,5 @@ docker run
27
git config lfs.url 'https://github.com/AllenInstitute/ipfx.git/info/lfs'; \
28
git lfs env; \
29
git lfs pull; \
30
+ pip install -e .; \
31
python -m pytest --junitxml=test-reports/test.xml --verbose"
0 commit comments