This commit is contained in:
Alex Garcia 2024-11-13 12:00:22 -08:00
parent 99095c74da
commit 5d571ebc57

View file

@ -17,7 +17,7 @@ jobs:
- run: ./scripts/vendor.sh - run: ./scripts/vendor.sh
- run: make loadable static - run: make loadable static
- run: uv sync --directory tests - run: uv sync --directory tests
- run: make test-loadable python=./venv/bin/python - run: make test-loadable python=./.venv/bin/python
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: sqlite-vec-linux-x86_64-extension name: sqlite-vec-linux-x86_64-extension
@ -32,7 +32,7 @@ jobs:
- run: ./scripts/vendor.sh - run: ./scripts/vendor.sh
- run: make loadable static - run: make loadable static
- run: uv sync --directory tests - run: uv sync --directory tests
- run: make test-loadable python=./venv/bin/python - run: make test-loadable python=./.venv/bin/python
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: sqlite-vec-macos-x86_64-extension name: sqlite-vec-macos-x86_64-extension
@ -47,7 +47,7 @@ jobs:
- run: ./scripts/vendor.sh - run: ./scripts/vendor.sh
- run: make loadable static - run: make loadable static
- run: uv sync --directory tests - run: uv sync --directory tests
- run: make test-loadable python=./venv/bin/python - run: make test-loadable python=./.venv/bin/python
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: sqlite-vec-macos-aarch64-extension name: sqlite-vec-macos-aarch64-extension
@ -66,7 +66,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: make test-loadable python=./venv/bin/python - run: make test-loadable python=./.venv/bin/python
- 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