This commit is contained in:
Alex Garcia 2024-11-13 12:33:04 -08:00
parent 93b3433c54
commit 0bd9fc52b8

View file

@ -67,6 +67,14 @@ 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
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/bin/python.exe
shell: bash shell: bash
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4