mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
dot
This commit is contained in:
parent
99095c74da
commit
5d571ebc57
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable static
|
||||
- run: uv sync --directory tests
|
||||
- run: make test-loadable python=./venv/bin/python
|
||||
- run: make test-loadable python=./.venv/bin/python
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-linux-x86_64-extension
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable static
|
||||
- run: uv sync --directory tests
|
||||
- run: make test-loadable python=./venv/bin/python
|
||||
- run: make test-loadable python=./.venv/bin/python
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-macos-x86_64-extension
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable static
|
||||
- run: uv sync --directory tests
|
||||
- run: make test-loadable python=./venv/bin/python
|
||||
- run: make test-loadable python=./.venv/bin/python
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-macos-aarch64-extension
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
- run: mkdir dist
|
||||
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
||||
- run: uv sync --directory tests
|
||||
- run: make test-loadable python=./venv/bin/python
|
||||
- run: make test-loadable python=./.venv/bin/python
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-windows-x86_64-extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue