Skip to content

Commit

Permalink
Move ml-dtypes upgrade further down
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHudgins committed Sep 23, 2024
1 parent c974ef4 commit 4da199f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Setup Released JAX
run: |
pip install "jax[cuda12]"
# Need newer ml-dtypes because we install newer numpy
pip install --upgrade ml-dtypes
pip install pytest
- name: Test JAX Triton
run: |
echo "Running JAX Triton GPU Tests"
nvidia-smi
pip install .
# Need newer ml-dtypes because we install newer numpy
pip install --upgrade ml-dtypes
pytest -v --tb=short tests/

0 comments on commit 4da199f

Please sign in to comment.