Skip to content

Commit 9671f4a

Browse files
remove which nvcc also
1 parent 164974c commit 9671f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# CIBW_ENVIRONMENT_PASS_LINUX: PATH LD_LIBRARY_PATH
4949
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
5050
# *cuda.so was not built, suspect `which nvcc` is null
51-
CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"
51+
# CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"
5252
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
5353
# due to package and module name conflict have to temporarily move it away to run tests
5454
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"

0 commit comments

Comments
 (0)