File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 55 ENCRYPTION_KEY : ${{ secrets.KDU_ENC_KEY }}
66
77on :
8+ workflow_dispatch :
89 release :
910 types : [prereleased, released]
1011 push :
@@ -58,11 +59,11 @@ jobs:
5859 fi
5960
6061 if [[ "$ISIS_VERSION" =~ .*_RC[0-9]$ ]]; then
61- conda build . -c conda-forge -c usgs-astrogeology --override-channels --user usgs-astrogeology --label RC
62+ conda build . -c usgs-astrogeology -c conda-forge --override-channels --user usgs-astrogeology --label RC
6263 elif [[ "$ISIS_VERSION" =~ .*_LTS$ ]]; then
63- conda build . -c conda-forge -c usgs-astrogeology --override-channels --user usgs-astrogeology --label LTS
64+ conda build . -c usgs-astrogeology -c conda-forge --override-channels --user usgs-astrogeology --label LTS
6465 else
65- conda build . -c conda-forge -c usgs-astrogeology --override-channels --user usgs-astrogeology --label LTS --label main
66+ conda build . -c usgs-astrogeology -c conda-forge --override-channels --user usgs-astrogeology --label LTS --label main
6667 fi
6768
6869 BUILT_DIR=$(conda info --base)/conda-bld
7778 fail-fast : false
7879 matrix :
7980 os : [ubuntu-latest, macos-13]
80- include :
81- - os : ubuntu-latest
82- python : " 3.10"
83- - os : macos-13
84- python : " 3.12"
8581 env :
8682 ISIS_VERSION : ${{ needs.build.outputs.isis_version }}
8783
9490 activate-environment : isis-test
9591 use-mamba : true
9692 mamba-version : " 1.5.3"
97- python-version : ${{ matrix.python }}
9893
9994 - name : Conda install and test spiceinit
10095 run : |
You can’t perform that action at this time.
0 commit comments