Skip to content

Commit 6146dc4

Browse files
authored
fix: missed extra pin in CI tests
Removed temporary pin for jax package version.
1 parent 40845dd commit 6146dc4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/python_package.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install pytest pytest-codspeed pytest-randomly
4141
python -m pip install .
42-
# temp pin until 0.5 is on conda
43-
python -m pip install "jax<0.5.0"
4442
4543
- name: Test with pytest
4644
run: |

0 commit comments

Comments
 (0)