Skip to content

Commit b38dfb6

Browse files
Fix unit test CI command
Signed-off-by: Keval Morabia <[email protected]>
1 parent dcdc2df commit b38dfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: "3.12"
4848
- name: Run unit tests
49-
run: pip install tox && COV_ARGS="--cov" tox -e py312-torch28-unit
49+
run: pip install tox && COV_ARGS="--cov" tox -e py312-torch28-tf_latest-unit
5050
- name: Upload coverage reports to Codecov
5151
uses: codecov/codecov-action@v5
5252
with:

0 commit comments

Comments
 (0)