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 b0fd4d5 commit ff67181Copy full SHA for ff67181
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
CIBW_SKIP: pp*
30
# Run the package tests using `pytest`
31
- # CIBW_TEST_COMMAND: pytest {package}/tests
+ CIBW_TEST_COMMAND: pytest {package}/tests
32
33
- uses: actions/upload-artifact@v4
34
with:
0 commit comments