ci: Update 'Remove old wheels' workflow anaconda-client to v1.14.0#156
Merged
matthewfeickert merged 1 commit intoJan 27, 2026
Conversation
* Update anaconda-client in the old wheels removal workflow to v1.14.0.
- Drop python from the environment creation arguments as python is a
dependency of anaconda-client and the CPython version used should not be
a concern here, as this is a conda package.
Member
Author
|
@scientific-python/nightly-wheels-developers this is ready for review. |
bsipocz
approved these changes
Jan 27, 2026
Member
bsipocz
left a comment
There was a problem hiding this comment.
This looks all good to me, thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While looking at Issue #155 I noticed that there were a lot of warnings filling up the CI logs
We can alleviate this by updating to the
v1.14.0series, but will still have some warnings raised that are just fromanaconda-client's behavior.Note that this is a different version than what we are using in the upload workflow
upload-nightly-action/pixi.toml
Line 12 in f20bce6
but that isn't a problem, per se, as the workflows are fully decoupled.
anaconda-clientin the old wheels removal workflow tov1.14.0.pythonfrom the environment creation arguments aspythonis a dependency ofanaconda-clientand the CPython version used should not be a concern here, as this is a conda package.