From 77128b3a5165258809c0acd033f992306558a328 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Wed, 10 Apr 2019 16:25:44 -0400 Subject: [PATCH] update version of perl used when building viral-ngs conda package for release --- travis/build-conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build-conda.sh b/travis/build-conda.sh index 2c6323518..c54b109dc 100755 --- a/travis/build-conda.sh +++ b/travis/build-conda.sh @@ -25,7 +25,7 @@ if [ -n "$TRAVIS_TAG" ]; then # render and build the conda package python packaging/conda-recipe/render-recipe.py "$TRAVIS_TAG" --build-reqs requirements-conda.txt --run-reqs requirements-conda.txt --py3-run-reqs requirements-py3.txt --py2-run-reqs requirements-py2.txt --test-reqs requirements-conda-tests.txt - CONDA_PERL=5.22.0 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --token "$ANACONDA_TOKEN" packaging/conda-recipe/viral-ngs + CONDA_PERL=5.26 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --token "$ANACONDA_TOKEN" packaging/conda-recipe/viral-ngs else # This is a development build