mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
Build fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user