From 21b11e1e83f7605fd12642e81be010e7f8e07c51 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Wed, 13 Nov 2024 12:43:38 -0800 Subject: [PATCH] win ./tests/.venv/Scripts/python.exe --- .github/workflows/test.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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: