We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d8cb4 commit 0199a56Copy full SHA for 0199a56
.github/workflows/actions.yml
@@ -130,7 +130,7 @@ jobs:
130
cd conda.recipe
131
echo "versioningit $(versioningit ../)"
132
# build the package
133
- VERSION=$(versioningit ../) conda mambabuild --channel conda-forge --channel mantid/label/nightly --output-folder . .
+ VERSION=$(versioningit ../) conda mambabuild --channel conda-forge --channel neutrons/label/rc --channel mantid-ornl/label/rc --channel mantid/label/main --output-folder . .
134
conda verify noarch/snapred*.tar.bz2
135
- name: Deploy to Anaconda
136
shell: bash -l {0}
0 commit comments