We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a8c40 commit 6601b27Copy full SHA for 6601b27
.github/workflows/release.yml
@@ -111,7 +111,9 @@ 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: |
115
+ cp -r {project}/stochastic_arrow/test tmp_test_dir/
116
+ pytest tmp_test_dir
117
CIBW_ENVIRONMENT: USE_CYTHON=1
118
uses: pypa/cibuildwheel@v2.22.0
119
0 commit comments