Skip to content

Commit

Permalink
gha: more m1 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 20, 2024
1 parent 1a51d6e commit e100b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- 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
with:
name: sqlite-vec-macos-aarch64-extension
Expand Down

0 comments on commit e100b66

Please sign in to comment.