Skip to content

Commit a52898d

Browse files
Include jax extra in badge workflow install
Switch the install step from .[test] to .[test,jax] so JAX-gated tests (those that use pytest.importorskip('jax') at module level) are collected and counted in the published badges.
1 parent b265010 commit a52898d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-test-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install package with test extra
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install ".[test]"
38+
pip install ".[test,jax]"
3939
4040
- name: Generate badges
4141
run: python tools/generate_test_badges.py --out .github/badges/

0 commit comments

Comments
 (0)