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 4b0871a commit 68bcb11Copy full SHA for 68bcb11
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
CIBW_BUILD: cp${{ matrix.major }}${{ matrix.minor }}-*
52
CIBW_BUILD_VERBOSITY: 1
53
CIBW_BEFORE_TEST: pip install -r {project}/requirements-test.txt
54
- CIBW_TEST_COMMAND: pytest {project}
+ CIBW_TEST_COMMAND: pytest {project}/test
55
- uses: actions/upload-artifact@master
56
with:
57
name: dist
0 commit comments