Skip to content

Commit 91cb979

Browse files
committed
GitHub workflow: Install correct wheel when running tests
1 parent bdf00cb commit 91cb979

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
- name: Install built wheel
4848
shell: bash
4949
run: |
50-
python -m pip install wheelhouse/*.whl
50+
python -m pip install -r REQUIREMENTS.txt
51+
python -m pip install -e .
52+
python -m pip install -r REQUIREMENTS-DEV.txt
5153
5254
- name: Run tests
5355
run: pytest -v

0 commit comments

Comments
 (0)