gha: more m1 fixes

This commit is contained in:
Alex Garcia 2024-04-20 16:15:31 -07:00
parent 1a51d6e6eb
commit e100b66d17

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: python -m pip install pytest numpy; make test-loadable - run: python3 -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