Skip to content

Commit bf46a2b

Browse files
committed
Add linter back
1 parent 612de8f commit bf46a2b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
container_image: "rapidsai/ci-conda:26.02-latest"
111111
script: "ci/run_clang_tidy.sh"
112112
conda-cpp-build:
113-
#needs: checks
113+
needs: checks
114114
secrets: inherit
115115
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
116116
with:
@@ -224,7 +224,7 @@ jobs:
224224
container_image: "rapidsai/ci-conda:26.02-latest"
225225
script: "ci/build_docs.sh"
226226
wheel-build-libcuml:
227-
#needs: checks
227+
needs: checks
228228
secrets: inherit
229229
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
230230
with:
@@ -240,8 +240,7 @@ jobs:
240240
package-type: cpp
241241
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
242242
wheel-build-cuml:
243-
#needs: [checks, wheel-build-libcuml]
244-
needs: [wheel-build-libcuml]
243+
needs: [checks, wheel-build-libcuml]
245244
secrets: inherit
246245
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
247246
with:

0 commit comments

Comments
 (0)