Skip to content

Commit 10c7394

Browse files
ci: Update 'Remove old wheels' workflow anaconda-client to v1.14.0 (#156)
* 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.
1 parent f20bce6 commit 10c7394

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/remove-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
with:
3636
environment-name: remove-wheels
3737
create-args: >-
38-
python=3.12
39-
anaconda-client=1.12.3
38+
anaconda-client==1.14.0
4039
curl
4140
jq
4241

0 commit comments

Comments
 (0)