win ./tests/.venv/Scripts/python.exe

This commit is contained in:
Alex Garcia 2024-11-13 12:43:38 -08:00
parent 0bd9fc52b8
commit 21b11e1e83

View file

@ -67,15 +67,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: ls tests/ || true
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
- run: make test-loadable python=./tests/.venv/Scripts/python.exe
shell: bash
- uses: actions/upload-artifact@v4
with: