Build fixes

This commit is contained in:
Patrick Kidger
2023-06-01 11:06:02 -07:00
parent 1b9c9fab52
commit 356f5b7f7b
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
with:
python-version: "3.11"
test-script: |
python -m pip install pytest beartype equinox jaxlib cloudpickle
python -m pip install -r ${{ github.workspace }}/test/requirements.txt
python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
cp -r ${{ github.workspace }}/test ./test
pytest