We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0924c commit 265754cCopy full SHA for 265754c
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
pip install -e .[build]
61
62
- name: Test
63
- run: py.test -vvs
+ run: py.test -vvs /tests
64
65
- name: Build
66
run: python setup.py build sdist bdist_wheel
0 commit comments