Skip to content

Commit 248b1fe

Browse files
committed
Fix test directory
1 parent 70a8c40 commit 248b1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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: pytest {project}/stochastic_arrow/test
115115
CIBW_ENVIRONMENT: USE_CYTHON=1
116116
uses: pypa/[email protected]
117117

0 commit comments

Comments
 (0)