From 530dbed027b7c6b2a8cbaa707a4620fb0a21f8dd Mon Sep 17 00:00:00 2001 From: sdc50 Date: Mon, 13 Nov 2023 10:16:32 -0700 Subject: [PATCH] Update tethys-release.yml --- .github/workflows/tethys-release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tethys-release.yml b/.github/workflows/tethys-release.yml index 78a0ef038..6d4010494 100644 --- a/.github/workflows/tethys-release.yml +++ b/.github/workflows/tethys-release.yml @@ -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 @@ -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