skip test on windows releases

This commit is contained in:
Alex Garcia 2024-11-20 06:52:07 -08:00
parent c3cbe760a6
commit 4c6baab632

View file

@ -50,7 +50,6 @@ jobs:
- run: make sqlite-vec.h
- run: mkdir dist
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-extension