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 4242 CIBW_ARCHS : " ${{ matrix.cibw.arch || 'auto' }}"
4343 CIBW_MANYLINUX_X86_64_IMAGE : " ${{ matrix.cibw.manylinux_image }}"
4444 CIBW_BEFORE_BUILD_MACOS : " brew install libomp"
45+ CIBW_BEFORE_BUILD : " pwd && ls"
4546 CIBW_REPAIR_WHEEL_COMMAND_MACOS : " "
4647 # due to package and module name conflict have to temporarily move it away to run tests
4748 CIBW_BEFORE_TEST : " mv {package}/qsimcirq /tmp"
6364 # - might not be getting to CIBW
6465 # - tested CIBW_ENVIRONMENT: PATH=$PATH, no visible change
6566 # - new test: `which nvcc` in CIBW (FAILED)
67+ # - hardcoded PATH generates absurd errors?
68+ # - but the first wheel-build works. <===========
6669 # - next up:
6770 # - 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>
6972 # - testing GPU on non-GPU machine will fail
7073 - name : cuda-toolkit
7174 if : ${{ matrix.os == 'ubuntu-20.04' }}
You can’t perform that action at this time.
0 commit comments