Skip to content

Commit

Permalink
fix: anaconda-client broken in Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Oct 4, 2023
1 parent a273939 commit 76c9424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-name: ac
create-args: anaconda-client
create-args: anaconda-client python=3.11

- name: Publish to Anaconda
run: |
Expand Down

0 comments on commit 76c9424

Please sign in to comment.