Skip to content

Commit

Permalink
Pip install with upgrade to JAX
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Foreman-Mackey <[email protected]>
  • Loading branch information
MichaelHudgins and dfm authored Sep 23, 2024
1 parent 4da199f commit 12378f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
- name: Setup Released JAX
run: |
pip install "jax[cuda12]"
pip install -U "jax[cuda12]"
pip install pytest
- name: Test JAX Triton
run: |
Expand Down

0 comments on commit 12378f4

Please sign in to comment.