File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 45
45
CIBW_BEFORE_BUILD : " pwd && ls"
46
46
CIBW_REPAIR_WHEEL_COMMAND_MACOS : " "
47
47
# due to package and module name conflict have to temporarily move it away to run tests
48
- # TODO: this might be the culprit, /project/qsimcirq doesn't exist in second go-round
49
- # CIBW_TEST_COMMAND_LINUX was overriding CIBW_TEST_COMMAND
50
- # Still need to prevent GPU tests from trying to run?
51
48
CIBW_BEFORE_TEST : " mv {package}/qsimcirq /tmp"
52
49
CIBW_TEST_COMMAND : " pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
53
50
steps :
67
64
# - tested CIBW_ENVIRONMENT: PATH=$PATH, no visible change
68
65
# - new test: `which nvcc` in CIBW (FAILED)
69
66
# - hardcoded PATH generates absurd errors?
70
- # - but the first wheel-build works. <===========
67
+ # - but the first wheel-build works.
68
+ # - reran with fixes and the result wheel didn't have GPU <===========
71
69
# - next up:
72
70
# - try https://github.com/OpenNMT/CTranslate2/blob/master/.github/workflows/ci.yml
73
71
# - CIBW_BEFORE_ALL_LINUX: <script to install CUDA / add to PATH>
You can’t perform that action at this time.
0 commit comments