[CI] Add back pre-commit to nvidia CI job (#2159)

This commit is contained in:
Zahi Moudallal
2023-08-22 18:11:03 -07:00
committed by GitHub
parent 6a65c894fe
commit 5282ed890d
5 changed files with 17 additions and 12 deletions

View File

@@ -62,6 +62,11 @@ jobs:
run: |
echo "PATH=${HOME}/.local/bin:${PATH}" >> "${GITHUB_ENV}"
- name: Check pre-commit
run: |
python3 -m pip install --upgrade pre-commit
python3 -m pre_commit run --all-files --verbose
- name: Install Triton
if: ${{ env.BACKEND == 'CUDA'}}
run: |