We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164974c commit 9671f4aCopy full SHA for 9671f4a
.github/workflows/testing_wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
# CIBW_ENVIRONMENT_PASS_LINUX: PATH LD_LIBRARY_PATH
49
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
50
# *cuda.so was not built, suspect `which nvcc` is null
51
- CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"
+ # CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"
52
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
53
# due to package and module name conflict have to temporarily move it away to run tests
54
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
0 commit comments