diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index afd1547..bf234b0 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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