From 1a51d6e6eb3f4a725d24547cc12484970c569132 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 20 Apr 2024 16:14:02 -0700 Subject: [PATCH] gha: fix m1 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba8bb7d..18f2353 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - run: ./scripts/vendor.sh - run: make loadable - - run: /usr/local/opt/python@3/libexec/bin/python -m pip install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python + - run: python -m pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v3 with: name: sqlite-vec-macos-aarch64-extension