Skip to content

Commit 2eccfb9

Browse files
committed
Update test command
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent f8e2b53 commit 2eccfb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-and-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Checkout and install reqs
9898
run: |
99-
pip install --upgrade --user build twine packaging pip setuptools
99+
pip install --upgrade --user build twine pkginfo packaging pip setuptools
100100
101101
- name: Build sdist
102102
run: |
@@ -131,5 +131,5 @@ jobs:
131131

132132
- name: Build, install and test
133133
run: >
134-
pip install .[testing] &&
135-
pytest -vvs
134+
make dev &&
135+
make test

0 commit comments

Comments
 (0)