Skip to content

Commit

Permalink
include neutrons channel when building the conda package
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Aug 12, 2024
1 parent b0c4f8f commit 03f8751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd conda.recipe
echo "versioningit $(versioningit ../)"
# build the package
CHANNELS="--channel mantid/label/main --channel conda-forge --channel oncat"
CHANNELS="--channel mantid/label/main --channel conda-forge --channel oncat --channel neutrons"
VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
conda verify noarch/mr_reduction*.tar.bz2
- name: upload conda package to anaconda
Expand Down

0 comments on commit 03f8751

Please sign in to comment.