gha: m1 pytohn please

This commit is contained in:
Alex Garcia 2024-04-20 16:21:23 -07:00
parent e100b66d17
commit 42c688225a

View file

@ -36,6 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: make loadable
- run: python3 -m pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v3