We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986a37a commit 628cfe8Copy full SHA for 628cfe8
1 file changed
.github/workflows/pr.yaml
@@ -23,7 +23,6 @@ jobs:
23
pr-builder:
24
needs:
25
- pre-commit
26
- - clang-tidy
27
- conda-python-build
28
- conda-python-tests-cpu
29
- conda-python-tests-gpu
@@ -81,29 +80,6 @@ jobs:
81
80
run: |
82
ci/test_python_cpu.sh
83
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
-
107
conda-python-tests-gpu:
108
109
0 commit comments