Skip to content

Commit 0d554f0

Browse files
committed
check if it is a race condition on win
1 parent c8fd323 commit 0d554f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
6464
CIBW_ENVIRONMENT_WINDOWS: >
6565
CUDA_HOME="$(cygpath -w $(realpath ./cuda_toolkit))"
66-
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
66+
# PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
6767
# # ensure Python.h & co can be found
6868
# CIBW_BEFORE_BUILD_WINDOWS: >
6969
# python -c "import sysconfig; print(sysconfig.get_path('include'))" >> $env:INCLUDE

0 commit comments

Comments
 (0)