From f75514b103155b09904245d36a645bbc893d3c08 Mon Sep 17 00:00:00 2001 From: "Dr. Andrew Annex" Date: Sun, 28 Jan 2024 13:20:43 -0800 Subject: [PATCH] seeing if the cache worked, may need to modify cibuildwheel steps further to actually include the so file next --- .github/workflows/publish-to-test-and-live-pypi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-to-test-and-live-pypi.yml b/.github/workflows/publish-to-test-and-live-pypi.yml index c903eac4..89bbe561 100644 --- a/.github/workflows/publish-to-test-and-live-pypi.yml +++ b/.github/workflows/publish-to-test-and-live-pypi.yml @@ -89,6 +89,11 @@ jobs: python -m pip install --upgrade pip python -m pip install -r ci-requirements.txt python -m pip install cibuildwheel==2.16.4 + - name: See if libcspice.so is available from cache + if: matrix.config.arch == 'aarch64' + run: | + pwd + ls src/spiceypy/utils -lahtr - name: Build wheels for SpiceyPy 🌶️ 🥧 timeout-minutes: 120 run: |