diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4f92381..899d26a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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=./tests/.venv/bin/python + - run: make test-loadable python=./tests/.venv/bin/python.exe - uses: actions/upload-artifact@v4 with: name: sqlite-vec-windows-x86_64-extension diff --git a/tests/__snapshots__/test-partition-keys.ambr b/tests/__snapshots__/test-partition-keys.ambr index f20c92a..c1fdd62 100644 --- a/tests/__snapshots__/test-partition-keys.ambr +++ b/tests/__snapshots__/test-partition-keys.ambr @@ -148,7 +148,7 @@ # --- # name: test_types[1. raises type error] dict({ - 'error': 'OperationalError', + 'error': 'DatabaseError', 'message': 'Parition key type mismatch: The partition key column p1 has type INTEGER, but TEXT was provided.', }) # ---