We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b84cf commit 01a799eCopy full SHA for 01a799e
1 file changed
.github/workflows/unit-tests.yml
@@ -40,6 +40,7 @@ jobs:
40
- 'sub-packages/**'
41
- 'docker_build_patches/**'
42
- 'requirements-*.txt'
43
+ - 'Dockerfile'
44
docs:
45
- 'docs/**.ipynb'
46
- name: List all changed files
@@ -65,7 +66,8 @@ jobs:
65
66
with:
67
enable-cache: true
68
- run: |
- 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
71
uv tool update-shell
72
- run: ./ci/scripts/static_checks.sh
73
0 commit comments