File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717 cp -r ${{ github.workspace }}/tests ./tests
1818 cp -r ${{ github.workspace }}/examples ./examples
1919 cp ${{ github.workspace }}/pyproject.toml ./pyproject.toml
20- uv sync --extra dev --no-install-project --inexact
20+ uv sync --extra dev --with 'jax[cpu]' -- no-install-project --inexact
2121 uv run --no-sync pytest
2222 pypi-token : ${{ secrets.pypi_token }}
2323 github-user : patrick-kidger
Original file line number Diff line number Diff line change 4444 - name : Install dependencies
4545 run : |
4646 python -m pip install --upgrade pip
47- python -m pip install '.[dev]'
47+ python -m pip install '.[dev]' 'jax[cpu]'
4848
4949 - name : Test with pytest
5050 run : |
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ dependencies = [
3434dev = [
3535 " pre-commit>=4.1.0" ,
3636 " beartype>=0.20.2" ,
37- " jax[cpu]" ,
3837 " pytest>=8.3.5" ,
3938 " pytest-env>=1.1.5" ,
4039]
You can’t perform that action at this time.
0 commit comments