File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ conda install anaconda-client
1616conda info -a
1717
1818conda config --add channels domdfcoding || exit 1
19-
2019conda config --add channels conda-forge || exit 1
2120
22- conda build conda -c domdfcoding -c conda-forge --output-folder conda/dist --skip-existing
21+ conda build conda -c domdfcoding -c conda-forge --output-folder conda/dist --skip-existing --numpy 1.16
2322
2423exit 0
Original file line number Diff line number Diff line change 1+ # This file is managed by 'repo_helper'. Don't edit it directly.
2+ ---
3+ version : 2
4+ updates :
5+ - package-ecosystem : pip
6+ directory : /
7+ schedule :
8+ interval : weekly
9+ reviewers :
10+ - domdfcoding
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 python -m pip install --upgrade repo_helper
3030 # $CONDA is an environment variable pointing to the root of the miniconda directory
3131 $CONDA/bin/conda update -q conda
32+ $CONDA/bin/conda install conda-build
3233
3334 $CONDA/bin/conda config --add channels domdfcoding
34-
3535 $CONDA/bin/conda config --add channels conda-forge
3636
37-
3837 - name : " Build and install package"
3938 run : |
4039 # This mess is only necessary because conda won't fix it themselves
4140 # https://github.com/conda/conda/issues/1884
4241
4342 python -m repo_helper build --conda --out-dir conda-bld/noarch
44- $CONDA/bin/conda install domdf_python_tools -c local -y || exit 1
43+ $CONDA/bin/conda index ./conda-bld || exit 1
44+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools -y || exit 1
You can’t perform that action at this time.
0 commit comments