Skip to content

Commit 99971f1

Browse files
Hilly12recml authors
authored andcommitted
Fix breaking pytest.
PiperOrigin-RevId: 761283725
1 parent 03e1d28 commit 99971f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Run Pytest
2222
run: |
2323
export KERAS_BACKEND=jax
24-
pytest -v
24+
python -m pytest -v
File renamed without changes.

0 commit comments

Comments
 (0)