Skip to content

Commit

Permalink
gha: fix m1
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 20, 2024
1 parent 2c73870 commit 1a51d6e
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: /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
with:
name: sqlite-vec-macos-aarch64-extension
Expand Down

0 comments on commit 1a51d6e

Please sign in to comment.