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
16
16
conda info -a
17
17
18
18
conda config --add channels domdfcoding || exit 1
19
-
20
19
conda config --add channels conda-forge || exit 1
21
20
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
23
22
24
23
exit 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:
29
29
python -m pip install --upgrade repo_helper
30
30
# $CONDA is an environment variable pointing to the root of the miniconda directory
31
31
$CONDA/bin/conda update -q conda
32
+ $CONDA/bin/conda install conda-build
32
33
33
34
$CONDA/bin/conda config --add channels domdfcoding
34
-
35
35
$CONDA/bin/conda config --add channels conda-forge
36
36
37
-
38
37
- name : " Build and install package"
39
38
run : |
40
39
# This mess is only necessary because conda won't fix it themselves
41
40
# https://github.com/conda/conda/issues/1884
42
41
43
42
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