We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265754c commit b8a6d84Copy full SHA for b8a6d84
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 /tests
+ run: py.test -vvs --ignore=spec/
64
65
- name: Build
66
run: python setup.py build sdist bdist_wheel
0 commit comments