This commit is contained in:
Patrick Kidger
2022-07-11 12:53:20 +01:00
parent f5c10fcbf7
commit 47d6b5da9d
+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 jaxlib beartype
- name: Checks with pre-commit
uses: pre-commit/action@v2.0.3