From 5d571ebc57adba9af76ea7e498a73ab8ce017aef Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Wed, 13 Nov 2024 12:00:22 -0800 Subject: [PATCH] dot --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef40410..f7b6586 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: - run: ./scripts/vendor.sh - run: make loadable static - 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 with: name: sqlite-vec-linux-x86_64-extension @@ -32,7 +32,7 @@ jobs: - run: ./scripts/vendor.sh - run: make loadable static - 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 with: name: sqlite-vec-macos-x86_64-extension @@ -47,7 +47,7 @@ jobs: - run: ./scripts/vendor.sh - run: make loadable static - 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 with: name: sqlite-vec-macos-aarch64-extension @@ -66,7 +66,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: make test-loadable python=./venv/bin/python + - run: make test-loadable python=./.venv/bin/python - uses: actions/upload-artifact@v4 with: name: sqlite-vec-windows-x86_64-extension