Skip to content

Commit

Permalink
Update cibuildwheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean authored Aug 6, 2024
1 parent a33e56c commit 14a8d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
shell: bash
run: |
wget https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4+20240726-aarch64-apple-darwin-install_only_stripped.tar.gz
tar -xfv cpython-3.12.4+20240726-aarch64-apple-darwin-install_only_stripped.tar.gz
tar -xzvf cpython-3.12.4+20240726-aarch64-apple-darwin-install_only_stripped.tar.gz
./python/bin/pip install nlsam pytest
./python/bin/pytest --pyargs nlsam --verbose
tar -cfzv nlsam_mac_arm64.tar.gz ./python
tar -czvf nlsam_mac_arm64.tar.gz ./python
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 14a8d89

Please sign in to comment.