mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
@@ -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 }}
|
||||
|
||||
@@ -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 beartype equinox jaxlib
|
||||
|
||||
- name: Checks with pre-commit
|
||||
uses: pre-commit/action@v2.0.3
|
||||
|
||||
Reference in New Issue
Block a user