From e100b66d17a6d14c9f03e4ce7c26183fd17f44b5 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 20 Apr 2024 16:15:31 -0700 Subject: [PATCH] gha: more m1 fixes --- .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 18f2353..67a93f9 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: python -m pip install pytest numpy; make test-loadable + - run: python3 -m pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v3 with: name: sqlite-vec-macos-aarch64-extension