mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
gha: fix m1
This commit is contained in:
parent
2c738706d5
commit
1a51d6e6eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
- run: make loadable
|
- 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
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-macos-aarch64-extension
|
name: sqlite-vec-macos-aarch64-extension
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue