diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e58f17..f2ea14b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,15 +67,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: 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/Scripts/python.exe shell: bash - uses: actions/upload-artifact@v4 with: