mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-05-12 01:02:55 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
- run: make loadable
|
- 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
|
- 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