We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fd323 commit 0d554f0Copy full SHA for 0d554f0
.github/actions/build/action.yml
@@ -63,7 +63,7 @@ runs:
63
PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
64
CIBW_ENVIRONMENT_WINDOWS: >
65
CUDA_HOME="$(cygpath -w $(realpath ./cuda_toolkit))"
66
- PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
+ # PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
67
# # ensure Python.h & co can be found
68
# CIBW_BEFORE_BUILD_WINDOWS: >
69
# python -c "import sysconfig; print(sysconfig.get_path('include'))" >> $env:INCLUDE
0 commit comments