Skip to content

Commit

Permalink
seeing if the cache worked, may need to modify cibuildwheel steps fur…
Browse files Browse the repository at this point in the history
…ther to actually include the so file next
  • Loading branch information
AndrewAnnex authored Jan 28, 2024
1 parent f1e0b0f commit f75514b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-test-and-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f75514b

Please sign in to comment.