From afb3826a2c77109919af271d93739ec209fd9e9a Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Wed, 13 Nov 2024 12:24:15 -0800 Subject: [PATCH] win bash? --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ccdfa10..0996b9f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,6 +68,7 @@ jobs: - 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.exe + shell: bash - uses: actions/upload-artifact@v4 with: name: sqlite-vec-windows-x86_64-extension