Skip to content

Commit

Permalink
changed mamba config to conda config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Nov 22, 2024
1 parent ade846d commit 1dcff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure Auto-Upload
if: github.ref == 'refs/heads/stable'
run: |
mamba config --set anaconda_upload yes
config config --set anaconda_upload yes
- name: Build Binary
run: |
Expand Down

0 comments on commit 1dcff5b

Please sign in to comment.