Skip to content

Commit

Permalink
ci: ensure jax is installed for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andnp committed Feb 10, 2025
1 parent cceed53 commit 40ed193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- run: |
uv venv
uv sync
uv sync --group=jax
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- run: |
uv venv
uv sync
uv sync --group=jax
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- run: |
uv venv
uv sync
uv sync --group=jax
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: |
uv venv
uv sync
uv sync --group=jax
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down

0 comments on commit 40ed193

Please sign in to comment.