mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
win ./tests/.venv/Scripts/python.exe
This commit is contained in:
parent
0bd9fc52b8
commit
21b11e1e83
1 changed files with 1 additions and 9 deletions
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
|
|
@ -67,15 +67,7 @@ jobs:
|
||||||
- run: mkdir dist
|
- run: mkdir dist
|
||||||
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
||||||
- run: uv sync --directory tests
|
- run: uv sync --directory tests
|
||||||
- run: ls tests/ || true
|
- run: make test-loadable python=./tests/.venv/Scripts/python.exe
|
||||||
shell: bash
|
|
||||||
- run: ls tests/.venv/ || true
|
|
||||||
shell: bash
|
|
||||||
- run: ls .venv/ || true
|
|
||||||
shell: bash
|
|
||||||
- run: ls .venv/bin || tru
|
|
||||||
shell: bash
|
|
||||||
- run: make test-loadable python=./tests/.venv/bin/python.exe
|
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue