Skip to content

Commit

Permalink
commented out noaa-gfdl channel and chris.blanton
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Jan 31, 2024
1 parent be3da40 commit ab44683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Run Docker to Build and Upload
run: |
conda config --append channels conda-forge
conda config --append channels chris.blanton
conda config --append channels noaa-gfdl
# conda config --append channels chris.blanton
# conda config --append channels noaa-gfdl
conda config --append channels bcc2761
conda install conda-build anaconda-client
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
Expand Down

0 comments on commit ab44683

Please sign in to comment.