File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020fi
2121echo " Building" $VERSION " -" $BUILD_NAME " for label:" $TAG
2222
23- conda build -c conda-forge -c e3sm -c cdat -c cdat /label/v81 .
23+ conda build -c conda-forge -c e3sm -c cdat/label/v82 .
2424
2525if [ $? -eq 1 ]; then
2626 echo " conda build failed"
@@ -31,4 +31,4 @@ if [ ! -z "$1" ]; then
3131 anaconda upload -u $USER -l " $1 " $CONDA_BLD_PATH /$PLATFORM /$PKG -$VERSION -$BUILD_NAME .tar.bz2
3232else
3333 anaconda upload -u $USER $CONDA_BLD_PATH /$PLATFORM /$PKG -$VERSION -$BUILD_NAME .tar.bz2
34- fi
34+ fi
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ about:
1717
1818requirements :
1919 host :
20- - python {{ python }}
20+ - python
2121 - pip
2222
2323 run :
24- - python {{ python }}
24+ - python
2525 - mpas-analysis >=1.2.5
2626 - nco >=4.8.1
2727 - e3sm_diags >=1.7.1
You can’t perform that action at this time.
0 commit comments