Skip to content

Commit

Permalink
build Cython test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang authored Dec 26, 2024
1 parent 11a9063 commit 636bd19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ jobs:
pushd ./cuda_bindings
pip install -r requirements.txt
pytest -rxXs tests/
if [[ "${{ matrix.host-platform }}" == linux* ]]; then
bash tests/cython/build_tests.sh
elif [[ "${{ matrix.host-platform }}" == win* ]]; then
# TODO: enable this once win-64 runners are up
fi
pytest -rxXs tests/cython
popd
Expand Down

0 comments on commit 636bd19

Please sign in to comment.