We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e2b53 commit 2eccfb9Copy full SHA for 2eccfb9
1 file changed
.github/workflows/test-and-build.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Checkout and install reqs
98
run: |
99
- pip install --upgrade --user build twine packaging pip setuptools
+ pip install --upgrade --user build twine pkginfo packaging pip setuptools
100
101
- name: Build sdist
102
@@ -131,5 +131,5 @@ jobs:
131
132
- name: Build, install and test
133
run: >
134
- pip install .[testing] &&
135
- pytest -vvs
+ make dev &&
+ make test
0 commit comments