gha: please

This commit is contained in:
Alex Garcia 2024-06-28 21:58:53 -07:00
parent fd7664147f
commit cc95770edd
2 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- run: ./scripts/vendor.sh
- run: make loadable
- run: /usr/local/opt/python@3/libexec/bin/python -m pip --break-system-packages install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python
- run: /usr/local/opt/python@3/libexec/bin/python -m pip install --break-system-packages pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-macos-x86_64-extension