Skip to content

Commit 26efc6d

Browse files
authored
Rerun ci/release/update-version.sh 24.04.00 (#4127)
Looks like `ci/release/update-version.sh` may not have been run for `24.04.00`. This does that Also noticed the following errors on macOS. Not sure if these are important. Could someone please double check? ``` sed: 1: "/^ucx_py_version:$/ {n; ...": bad flag in substitute command: '}' sed: 1: "/^ucx_py_version:$/ {n; ...": bad flag in substitute command: '}' sed: 1: "/^ucx_py_version:$/ {n; ...": bad flag in substitute command: '}' ``` Edit: Should add do see the right `ucx_py_version` values in these locations. So it does already appear to be correctly updated already https://github.com/rapidsai/cugraph/blob/00f906f6e97949fd33c85143af4fdf069c791558/conda/recipes/cugraph/conda_build_config.yaml#L19-L20 https://github.com/rapidsai/cugraph/blob/00f906f6e97949fd33c85143af4fdf069c791558/conda/recipes/pylibcugraph/conda_build_config.yaml#L19-L20 https://github.com/rapidsai/cugraph/blob/00f906f6e97949fd33c85143af4fdf069c791558/conda/recipes/cugraph-service/conda_build_config.yaml#L1-L2 Authors: - https://github.com/jakirkham Approvers: - Brad Rees (https://github.com/BradReesWork) - Ray Douglass (https://github.com/raydouglass)
1 parent 88c3070 commit 26efc6d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
package-name: cugraph-pyg
176176
wheel-build-cugraph-equivariant:
177177
secrets: inherit
178-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
178+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
179179
with:
180180
build_type: ${{ inputs.build_type || 'branch' }}
181181
branch: ${{ inputs.branch }}
@@ -185,7 +185,7 @@ jobs:
185185
wheel-publish-cugraph-equivariant:
186186
needs: wheel-build-cugraph-equivariant
187187
secrets: inherit
188-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.02
188+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
189189
with:
190190
build_type: ${{ inputs.build_type || 'branch' }}
191191
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ jobs:
165165
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "11.8.0"))
166166
wheel-build-cugraph-equivariant:
167167
secrets: inherit
168-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
168+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
169169
with:
170170
build_type: pull-request
171171
script: ci/build_wheel_cugraph-equivariant.sh
172172
wheel-tests-cugraph-equivariant:
173173
needs: wheel-build-cugraph-equivariant
174174
secrets: inherit
175-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
175+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.04
176176
with:
177177
build_type: pull-request
178178
script: ci/test_wheel_cugraph-equivariant.sh

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
script: ci/test_wheel_cugraph-pyg.sh
7878
wheel-tests-cugraph-equivariant:
7979
secrets: inherit
80-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
80+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.04
8181
with:
8282
build_type: nightly
8383
branch: ${{ inputs.branch }}

python/cugraph-equivariant/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.10",
3535
]
3636
dependencies = [
37-
"pylibcugraphops==24.2.*",
37+
"pylibcugraphops==24.4.*",
3838
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3939

4040
[project.urls]

0 commit comments

Comments
 (0)