Skip to content

Commit

Permalink
Update tethys-release.yml (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc50 committed Nov 13, 2023
1 parent 81f1001 commit c50b161
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tethys-release.yml
Expand Up @@ -126,9 +126,6 @@ jobs:
hash -r
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda install conda-build anaconda-client
conda config --set anaconda_upload no
mkdir -p ~/conda-bld
# Export Conda Build Path
- name: Set Conda Build Path
uses: allenevans/set-env@v2.0.0
Expand Down Expand Up @@ -193,10 +190,7 @@ jobs:
run: |
cd ..
. ~/miniconda/etc/profile.d/conda.sh;
conda create -y -c conda-forge -n conda-build conda-build anaconda-client
conda activate conda-build
conda config --set anaconda_upload no
mkdir -p ~/conda-bld
conda-build -c tethysplatform -c conda-forge ./tethys/conda.recipe
# Upload to Anaconda Cloud
- name: Upload to Conda Release Channel - micro
Expand Down

0 comments on commit c50b161

Please sign in to comment.