workflow fixes

This commit is contained in:
Patrick Kidger
2022-07-11 12:58:40 +01:00
parent 5b03d4c29f
commit 0695193b5f
2 changed files with 2 additions and 2 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 beartype equinox
python -m pip install pytest wheel beartype equinox jaxlib
- name: Checks with pre-commit
uses: pre-commit/action@v2.0.3