Skip to content

Conversation

@jameslamb
Copy link
Member

Description

#50 removed uploads of conda packages / wheels to S3 on branch-25.08

Unfortunately, some publishing workflows on this branch are using a version of GitHub Actions workflows that expects to be able to download packages from S3, resulting in failures like this:

jq: error (at <unknown>): Cannot iterate over null (null)
Using Anaconda API: https://api.anaconda.org/
Using "rapidsai-wheels-nightly" as upload username
Error:  File "./dist/*.whl" does not exist
Error:  File "./dist/*.whl" does not exist

(build link)

This fixes that, by updating to branch-25.08 of https://github.com/rapidsai/shared-workflows.

Notes for Reviewers

Why just the publishing workflows?

All other workflows are already using branch-25.08... looks like just this small set was missed (or maybe accidentally overwritten by a bad merge conflict resolution or something).

Issue

N/A

Checklist

  • I am familiar with the Contributing Guidelines.
  • Testing
    • New or existing tests cover these changes
    • Added tests
    • Created an issue to follow-up
    • NA
  • Documentation
    • The documentation is up to date with these changes
    • Added new documentation
    • NA

@jameslamb jameslamb requested a review from rgsl888prabhu June 24, 2025 18:19
@jameslamb jameslamb requested a review from a team as a code owner June 24, 2025 18:19
@jameslamb jameslamb added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jun 24, 2025
@jameslamb
Copy link
Member Author

Tests are failing like this:

E   ImportError: /opt/conda/envs/test/lib/python3.12/site-packages/cudf/_lib/../../../../libcudf.so: undefined symbol: _ZN6kvikio10S3EndpointC1ESt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ESt8optionalIS7_ESA_SA_SA_

(build link)

#125 is intended to fix that issue and therefore CI here.

@rgsl888prabhu
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit 2b59df2 into NVIDIA:branch-25.08 Jun 24, 2025
72 checks passed
@jameslamb jameslamb deleted the ci/update-branches branch September 22, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants