Skip to content

Commit

Permalink
Update upload_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Jan 31, 2024
1 parent 9a31e61 commit bc8c2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Docker to Build and Upload
run: |
conda config --append channels conda-forge
conda install conda-build anaconda-client
conda install conda-forge::intake-esm
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
Expand Down

0 comments on commit bc8c2da

Please sign in to comment.