Skip to content

Commit df91d2b

Browse files
Minor CI update
Signed-off-by: Keval Morabia <[email protected]>
1 parent c1eec9a commit df91d2b

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
# - ".github/workflows/gpu_tests.yml"
99
# - "modelopt/**"
1010
# - "tests/gpu/**"
11+
# - "pyproject.toml"
1112
# - "setup.py"
1213
# - "tox.ini"
1314

.github/workflows/multi_version_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- ".github/workflows/multi_version_unit_tests.yml"
99
- "modelopt/**"
1010
- "tests/unit/**"
11+
- "pyproject.toml"
1112
- "setup.py"
1213
- "tox.ini"
1314

.github/workflows/partial_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/partial_unit_tests.yml"
88
- "modelopt/**"
99
- "tests/unit/**"
10+
- "pyproject.toml"
1011
- "setup.py"
1112
- "tox.ini"
1213

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/unit_tests.yml"
88
- "modelopt/**"
99
- "tests/unit/**"
10+
- "pyproject.toml"
1011
- "setup.py"
1112
- "tox.ini"
1213

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![Documentation](https://img.shields.io/badge/Documentation-latest-brightgreen.svg?style=flat)](https://nvidia.github.io/TensorRT-Model-Optimizer)
88
[![version](https://img.shields.io/pypi/v/nvidia-modelopt?label=Release)](https://pypi.org/project/nvidia-modelopt/)
99
[![license](https://img.shields.io/badge/License-Apache%202.0-blue)](./LICENSE)
10-
[![codecov](https://codecov.io/github/NVIDIA/TensorRT-Model-Optimizer/graph/badge.svg?token=r1bw4LC1WH)](https://codecov.io/github/NVIDIA/TensorRT-Model-Optimizer)
1110

1211
[Examples](#examples) |
1312
[Documentation](https://nvidia.github.io/TensorRT-Model-Optimizer) |

0 commit comments

Comments
 (0)