We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325d7a4 commit 2915593Copy full SHA for 2915593
.travis.yml
@@ -14,7 +14,8 @@ install:
14
- conda config --set always_yes yes --set changeps1 no
15
- conda update -y conda python
16
- conda info -a
17
- - conda install conda-build anaconda-client constructor git
+ - conda install conda-build anaconda-client git ruamel_yaml pip
18
+ - pip install git+https://github.com/conda/constructor@6cf619d47
19
- conda build -c terhorst -c bioconda conda
20
- conda build -c terhorst -c bioconda conda --output | tee .packages
21
- conda/template.py conda/construct.tpl $VERSION > conda/construct.yaml
0 commit comments