We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3128f commit e7bfbadCopy full SHA for e7bfbad
.github/workflows/py-ci.yml
@@ -41,6 +41,6 @@ jobs:
41
update-setuptools: "true"
42
update-wheel: "true"
43
- name: Install project
44
- run: pip install .
+ run: pip install -r requirements.txt .
45
- name: Python unit tests
46
run: pytest
0 commit comments