Skip to content

Commit 18f384a

Browse files
pwd and ls
1 parent 0b6c851 commit 18f384a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
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"
@@ -63,9 +64,11 @@ jobs:
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' }}

0 commit comments

Comments
 (0)