Skip to content

Commit

Permalink
CI: Update anaconda-client and python in all workflows
Browse files Browse the repository at this point in the history
* Update anaconda-client to v1.12.3.
* Update Python to v3.12.
  • Loading branch information
matthewfeickert committed Feb 22, 2024
1 parent fb4a290 commit 7ed3e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
environment-name: remove-wheels
create-args: >-
python=3.11
python=3.12
anaconda-client
- name: Remove test package upload
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remove-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
environment-name: remove-wheels
create-args: >-
python=3.11
anaconda-client=1.12.1
python=3.12
anaconda-client=1.12.3
curl
jq
Expand Down

0 comments on commit 7ed3e04

Please sign in to comment.