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 6fa75da commit 5b5363cCopy full SHA for 5b5363c
.github/workflows/tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install Dependencies
45
run: |
46
- pip install -U pip setuptools wheel
+ python -m pip install -U pip setuptools wheel
47
pip install .[test]
48
49
- name: Install JAX
0 commit comments