Skip to content

Commit 01a799e

Browse files
committed
separate tool install
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent a1b84cf commit 01a799e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- 'sub-packages/**'
4141
- 'docker_build_patches/**'
4242
- 'requirements-*.txt'
43+
- 'Dockerfile'
4344
docs:
4445
- 'docs/**.ipynb'
4546
- name: List all changed files
@@ -65,7 +66,8 @@ jobs:
6566
with:
6667
enable-cache: true
6768
- run: |
68-
uv tool install 'tach>=0.9.0' pre-commit --with pre-commit-uv --force-reinstall
69+
uv tool install pre-commit --with pre-commit-uv --force-reinstall
70+
uv tool install tach>=0.9.0
6971
uv tool update-shell
7072
- run: ./ci/scripts/static_checks.sh
7173

0 commit comments

Comments
 (0)