Skip to content

Commit 6601b27

Browse files
committed
Fix test directory
1 parent 70a8c40 commit 6601b27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
CIBW_FREE_THREADED_SUPPORT: ${{ matrix.free_threaded_support }}
112112
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
113113
CIBW_TEST_REQUIRES: pytest psutil
114-
CIBW_TEST_COMMAND: pytest {package}/test
114+
CIBW_TEST_COMMAND: |
115+
cp -r {project}/stochastic_arrow/test tmp_test_dir/
116+
pytest tmp_test_dir
115117
CIBW_ENVIRONMENT: USE_CYTHON=1
116118
uses: pypa/cibuildwheel@v2.22.0
117119

0 commit comments

Comments
 (0)