mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[CI] Add back pre-commit to nvidia CI job (#2159)
This commit is contained in:
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user