Skip to content

Commit

Permalink
gha:
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 29, 2024
1 parent ad4bf1d commit fd76641
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 @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- 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: /usr/local/opt/python@3/libexec/bin/python -m pip --break-system-packages install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-macos-x86_64-extension
Expand Down

0 comments on commit fd76641

Please sign in to comment.