* 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 }}
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest wheel jaxlib
python -m pip install pytest wheel beartype equinox jaxlib
- name: Checks with pre-commit
uses: pre-commit/action@v2.0.3