-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|
@@ -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 | ||
|