Skip to content

Commit 3f30be0

Browse files
committed
CI: Install package in tests workflow to ensure importability
1 parent e95158a commit 3f30be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
python -m pip install pytest pytest-xdist
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
pip install -e .
2829
- name: Run tests (Parallel)
2930
run: |
3031
pytest -n auto

0 commit comments

Comments
 (0)