Skip to content

Commit 3861549

Browse files
Update github-release.yml
1 parent 039453c commit 3861549

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/github-release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
ENCRYPTION_KEY: ${{ secrets.KDU_ENC_KEY }}
66

77
on:
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
@@ -77,11 +78,6 @@ jobs:
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

@@ -94,7 +90,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)