We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdc2df commit b38dfb6Copy full SHA for b38dfb6
.github/workflows/unit_tests.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
python-version: "3.12"
48
- name: Run unit tests
49
- run: pip install tox && COV_ARGS="--cov" tox -e py312-torch28-unit
+ run: pip install tox && COV_ARGS="--cov" tox -e py312-torch28-tf_latest-unit
50
- name: Upload coverage reports to Codecov
51
uses: codecov/codecov-action@v5
52
0 commit comments