Skip to content

Commit

Permalink
gha: m1 diff python path
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 20, 2024
1 parent 42c6882 commit b000929
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: make loadable
- run: python3 -m pip install pytest numpy; make test-loadable
- run: /opt/homebrew/opt/python3/libexec/bin/python -m pip install pytest numpy; make test-loadable python=/opt/homebrew/opt/python3/libexec/bin/python
- uses: actions/upload-artifact@v3
with:
name: sqlite-vec-macos-aarch64-extension
Expand Down

0 comments on commit b000929

Please sign in to comment.