Commit ee2a85e1 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Add conda-forge so versioneer can be found


Former-commit-id: 663169c0
parent 41d79a06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ cd "${DIREC}/../conda.recipe"

# setup and build the conda package
conda install -y anaconda-client conda-build conda-verify
conda build --output-folder . . -c neutrons -c mantid/label/nightly
conda build --output-folder . . -c neutrons -c mantid/label/nightly -c conda-forge

# show what tarballs were created
ls */*.tar.bz2