win bash?

This commit is contained in:
Alex Garcia 2024-11-13 12:24:15 -08:00
parent f3d4bb37aa
commit afb3826a2c

View file

@ -68,6 +68,7 @@ jobs:
- 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: make test-loadable python=./tests/.venv/bin/python.exe - run: make test-loadable python=./tests/.venv/bin/python.exe
shell: bash
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: sqlite-vec-windows-x86_64-extension name: sqlite-vec-windows-x86_64-extension