Skip to content

Commit e7bfbad

Browse files
committed
use requirements.txt for package install
make these versions explicit when package is installed for testing
1 parent cc3128f commit e7bfbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
update-setuptools: "true"
4242
update-wheel: "true"
4343
- name: Install project
44-
run: pip install .
44+
run: pip install -r requirements.txt .
4545
- name: Python unit tests
4646
run: pytest

0 commit comments

Comments
 (0)