Skip to content

Commit baae0a7

Browse files
committed
add clang to docs env, clean up
1 parent a08c821 commit baae0a7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pr.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- changed-files
1717
- checks
1818
- conda-cpp-build
19-
# - conda-cpp-tests
19+
- conda-cpp-tests
2020
- conda-cpp-checks
2121
- conda-python-build
2222
- conda-python-tests
@@ -88,13 +88,13 @@ jobs:
8888
with:
8989
build_type: pull-request
9090
node_type: cpu16
91-
# conda-cpp-tests:
92-
# needs: [conda-cpp-build, changed-files]
93-
# secrets: inherit
94-
# uses: rapidsai/shared-workflows/.github/workflows/[email protected]
95-
# if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
96-
# with:
97-
# build_type: pull-request
91+
conda-cpp-tests:
92+
needs: [conda-cpp-build, changed-files]
93+
secrets: inherit
94+
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
95+
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
96+
with:
97+
build_type: pull-request
9898
conda-cpp-checks:
9999
needs: conda-cpp-build
100100
secrets: inherit

dependencies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ files:
6464
docs:
6565
output: none
6666
includes:
67+
- clang
6768
- cuda
6869
- cuda_version
6970
- depends_on_cupy

python/libcuvs/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
[build-system]
16-
1716
requires = [
1817
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
1918
"scikit-build-core[pyproject]>=0.10.0",

0 commit comments

Comments
 (0)