wasm tests and fixes

This commit is contained in:
Alex Garcia 2024-04-27 12:05:50 -07:00
parent 79d6ea1aea
commit 6c97750e48
5 changed files with 134 additions and 3 deletions

View file

@ -51,7 +51,6 @@ jobs:
python-version: "3.12"
- run: ./scripts/vendor.sh
shell: bash
- run: ls vendor/
- run: make loadable
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v3