* Fixes

* Black

* Test fix

* Test fix

* workflow fixes
This commit is contained in:
Patrick Kidger
2022-07-11 13:03:39 +01:00
committed by GitHub
parent 207faaabfd
commit b5c25822ff
8 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
with:
python-version: "3.8"
test-script: |
python -m pip install pytest jax jaxlib typeguard
python -m pip install pytest beartype equinox jaxlib
cp -r ${{ github.workspace }}/test ./test
pytest
pypi-token: ${{ secrets.pypi_token }}