Skip to content

Commit

Permalink
check if it is a race condition on win
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 6, 2024
1 parent c8fd323 commit 0d554f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
CIBW_ENVIRONMENT_WINDOWS: >
CUDA_HOME="$(cygpath -w $(realpath ./cuda_toolkit))"
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
# PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
# # ensure Python.h & co can be found
# CIBW_BEFORE_BUILD_WINDOWS: >
# python -c "import sysconfig; print(sysconfig.get_path('include'))" >> $env:INCLUDE
Expand Down

0 comments on commit 0d554f0

Please sign in to comment.