Skip to content

Commit

Permalink
install jaxlib manually for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin committed Nov 30, 2023
1 parent fc852e1 commit d68382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
python-version: 3.11
- name: Test
run: |
pip install absl-py graphviz && pip install . && python3 -m unittest discover -p "*_test.py"
pip install absl-py graphviz jax jaxlib && pip install . && python3 -m unittest discover -p "*_test.py"

0 comments on commit d68382a

Please sign in to comment.