Skip to content

Commit 733ab3b

Browse files
committed
none: attempt fix4
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent 3f05efa commit 733ab3b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,13 @@ jobs:
4545

4646
lint:
4747
runs-on: ubuntu-22.04
48-
container: nvcr.io/nvidia/cuda:12.9.1-devel-ubuntu22.04
4948
steps:
5049
- uses: actions/checkout@v5
5150
- uses: actions/setup-python@v6
5251
with:
5352
python-version: "3.9"
5453
- name: Run pre-commit
5554
uses: pre-commit/action@v3.0.1
56-
with:
57-
extra_args: --all-files --show-diff-on-failure
5855

5956
test-linux:
6057
needs: build-linux

0 commit comments

Comments
 (0)