Skip to content

Commit

Permalink
Fix test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 5, 2024
1 parent 70a8c40 commit 248b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
CIBW_FREE_THREADED_SUPPORT: ${{ matrix.free_threaded_support }}
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest psutil
CIBW_TEST_COMMAND: pytest {package}/test
CIBW_TEST_COMMAND: pytest {project}/stochastic_arrow/test
CIBW_ENVIRONMENT: USE_CYTHON=1
uses: pypa/[email protected]

Expand Down

0 comments on commit 248b1fe

Please sign in to comment.