gha: fix m1

This commit is contained in:
Alex Garcia 2024-04-20 16:14:02 -07:00
parent 2c738706d5
commit 1a51d6e6eb

View file

@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: ./scripts/vendor.sh - run: ./scripts/vendor.sh
- run: make loadable - run: make loadable
- run: /usr/local/opt/python@3/libexec/bin/python -m pip install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python - run: python -m pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: sqlite-vec-macos-aarch64-extension name: sqlite-vec-macos-aarch64-extension