Skip to content

Commit 0199a56

Browse files
authored
update the channels specifically used in mamba build commandD (#593)
* update the channels specifically used in mamba build commandD * this channel is needed for msclice
1 parent 67d8cb4 commit 0199a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
cd conda.recipe
131131
echo "versioningit $(versioningit ../)"
132132
# build the package
133-
VERSION=$(versioningit ../) conda mambabuild --channel conda-forge --channel mantid/label/nightly --output-folder . .
133+
VERSION=$(versioningit ../) conda mambabuild --channel conda-forge --channel neutrons/label/rc --channel mantid-ornl/label/rc --channel mantid/label/main --output-folder . .
134134
conda verify noarch/snapred*.tar.bz2
135135
- name: Deploy to Anaconda
136136
shell: bash -l {0}

0 commit comments

Comments
 (0)