This commit is contained in:
Alex Garcia 2024-06-28 21:55:58 -07:00
parent ad4bf1d396
commit fd7664147f

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 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 --break-system-packages install 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