Skip to content

Commit

Permalink
pwd and ls
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion committed Dec 1, 2021
1 parent 0b6c851 commit 18f384a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
CIBW_ARCHS: "${{ matrix.cibw.arch || 'auto' }}"
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
CIBW_BEFORE_BUILD: "pwd && ls"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
# due to package and module name conflict have to temporarily move it away to run tests
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
Expand All @@ -63,9 +64,11 @@ jobs:
# - might not be getting to CIBW
# - tested CIBW_ENVIRONMENT: PATH=$PATH, no visible change
# - new test: `which nvcc` in CIBW (FAILED)
# - hardcoded PATH generates absurd errors?
# - but the first wheel-build works. <===========
# - next up:
# - try https://github.com/OpenNMT/CTranslate2/blob/master/.github/workflows/ci.yml
# - CIBW_BEFORE_ALL_LINUX: <script to install CUDA / add to PATH>
# - CIBW_BEFORE_ALL_LINUX: <script to install CUDA / add to PATH>
# - testing GPU on non-GPU machine will fail
- name: cuda-toolkit
if: ${{ matrix.os == 'ubuntu-20.04' }}
Expand Down

0 comments on commit 18f384a

Please sign in to comment.