Skip to content

Commit

Permalink
avoid installing our own wheels during build verification
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 13, 2024
1 parent 426b9fd commit f579735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS_LINUX: "native"
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_REQUIRES: twine
CIBW_BEFORE_TEST: pip install twine
CIBW_TEST_COMMAND: twine check ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
# # ensure Python.h & co can be found
# CIBW_BEFORE_BUILD_WINDOWS: >
Expand Down Expand Up @@ -65,7 +65,7 @@ runs:
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
CIBW_ENVIRONMENT_WINDOWS: >
CUDA_HOME="$(cygpath -w $(realpath ./cuda_toolkit))"
CIBW_TEST_REQUIRES: twine
CIBW_BEFORE_TEST: pip install twine
CIBW_TEST_COMMAND: twine check ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
# PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
# # ensure Python.h & co can be found
Expand Down

0 comments on commit f579735

Please sign in to comment.