We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a8c40 commit 248b1feCopy full SHA for 248b1fe
.github/workflows/release.yml
@@ -111,7 +111,7 @@ jobs:
111
CIBW_FREE_THREADED_SUPPORT: ${{ matrix.free_threaded_support }}
112
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
113
CIBW_TEST_REQUIRES: pytest psutil
114
- CIBW_TEST_COMMAND: pytest {package}/test
+ CIBW_TEST_COMMAND: pytest {project}/stochastic_arrow/test
115
CIBW_ENVIRONMENT: USE_CYTHON=1
116
uses: pypa/[email protected]
117
0 commit comments