We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40845dd commit 6146dc4Copy full SHA for 6146dc4
1 file changed
.github/workflows/python_package.yaml
@@ -39,8 +39,6 @@ jobs:
39
python -m pip install --upgrade pip
40
python -m pip install pytest pytest-codspeed pytest-randomly
41
python -m pip install .
42
- # temp pin until 0.5 is on conda
43
- python -m pip install "jax<0.5.0"
44
45
- name: Test with pytest
46
run: |
0 commit comments