Skip to content

Commit 3fb547b

Browse files
committed
.github/workflows: Install ipfx as editable package
Only this creates ipfx/_version.py.
1 parent 0804aee commit 3fb547b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
git config lfs.url 'https://github.com/AllenInstitute/ipfx.git/info/lfs'
4545
git lfs env
4646
git lfs pull
47+
pip install -e .
4748
python -m pytest --junitxml=test-results/junit.xml --verbose
4849
4950

docker/run_tests_with_docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ docker run
2727
git config lfs.url 'https://github.com/AllenInstitute/ipfx.git/info/lfs'; \
2828
git lfs env; \
2929
git lfs pull; \
30+
pip install -e .; \
3031
python -m pytest --junitxml=test-reports/test.xml --verbose"

0 commit comments

Comments
 (0)