This commit is contained in:
Patrick Kidger
2022-07-11 12:55:13 +01:00
parent 47d6b5da9d
commit 5b03d4c29f
+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
python -m pip install pytest wheel jaxlib beartype equinox
- name: Checks with pre-commit
uses: pre-commit/action@v2.0.3