mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: m1 diff python path
This commit is contained in:
parent
42c688225a
commit
b000929598
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue