From 18f384a2dec42aaba8484ed47bbc89880a7dfd1b Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Wed, 1 Dec 2021 10:28:50 -0800 Subject: [PATCH] pwd and ls --- .github/workflows/testing_wheels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing_wheels.yml b/.github/workflows/testing_wheels.yml index 72757c122..409eeba79 100644 --- a/.github/workflows/testing_wheels.yml +++ b/.github/workflows/testing_wheels.yml @@ -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" @@ -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: