Skip to content

Commit 628cfe8

Browse files
committed
Remove clang-tidy CI stage
Signed-off-by: Rory Mitchell <r.a.mitchell.nz@gmail.com>
1 parent 986a37a commit 628cfe8

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
pr-builder:
2424
needs:
2525
- pre-commit
26-
- clang-tidy
2726
- conda-python-build
2827
- conda-python-tests-cpu
2928
- conda-python-tests-gpu
@@ -81,29 +80,6 @@ jobs:
8180
run: |
8281
ci/test_python_cpu.sh
8382
84-
clang-tidy:
85-
needs :
86-
- pre-commit
87-
strategy:
88-
fail-fast: false
89-
matrix:
90-
include:
91-
- ARCH: "amd64"
92-
CUDA_VER: "12.5.1"
93-
PY_VER: "3.12"
94-
runs-on: linux-${{ matrix.ARCH }}-cpu4
95-
container:
96-
image: "rapidsai/ci-conda:cuda${{ matrix.CUDA_VER }}-ubuntu22.04-py${{ matrix.PY_VER }}"
97-
steps:
98-
- uses: actions/checkout@v4
99-
with:
100-
fetch-depth: 0
101-
# the notebooks and PNG files stored in git LFS aren't necessary
102-
lfs: false
103-
- name: run clang-tidy
104-
run: |
105-
ci/run_clang_tidy.sh
106-
10783
conda-python-tests-gpu:
10884
needs:
10985
- pre-commit

0 commit comments

Comments
 (0)