File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 42
42
CIBW_ARCHS : " ${{ matrix.cibw.arch || 'auto' }}"
43
43
CIBW_MANYLINUX_X86_64_IMAGE : " ${{ matrix.cibw.manylinux_image }}"
44
44
CIBW_BEFORE_BUILD_MACOS : " brew install libomp"
45
+ CIBW_BEFORE_BUILD : " pwd && ls"
45
46
CIBW_REPAIR_WHEEL_COMMAND_MACOS : " "
46
47
# due to package and module name conflict have to temporarily move it away to run tests
47
48
CIBW_BEFORE_TEST : " mv {package}/qsimcirq /tmp"
63
64
# - might not be getting to CIBW
64
65
# - tested CIBW_ENVIRONMENT: PATH=$PATH, no visible change
65
66
# - new test: `which nvcc` in CIBW (FAILED)
67
+ # - hardcoded PATH generates absurd errors?
68
+ # - but the first wheel-build works. <===========
66
69
# - next up:
67
70
# - try https://github.com/OpenNMT/CTranslate2/blob/master/.github/workflows/ci.yml
68
- # - CIBW_BEFORE_ALL_LINUX: <script to install CUDA / add to PATH>
71
+ # - CIBW_BEFORE_ALL_LINUX: <script to install CUDA / add to PATH>
69
72
# - testing GPU on non-GPU machine will fail
70
73
- name : cuda-toolkit
71
74
if : ${{ matrix.os == 'ubuntu-20.04' }}
You can’t perform that action at this time.
0 commit comments