File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
python -VV
29
29
python -m site
30
30
python -m pip install --upgrade pip setuptools wheel
31
- python -m pip install --upgrade repo_helper
31
+ python -m pip install --upgrade whey-conda
32
32
# $CONDA is an environment variable pointing to the root of the miniconda directory
33
33
$CONDA/bin/conda update -q conda
34
34
$CONDA/bin/conda install conda-build=3.21.0
38
38
39
39
- name : " Build and index channel"
40
40
run : |
41
- python -m repo_helper build --conda --out-dir conda-bld/noarch
41
+ python -m whey --builder whey_conda --out-dir conda-bld/noarch
42
42
$CONDA/bin/conda index ./conda-bld || exit 1
43
43
44
44
- name : " Search for package"
Original file line number Diff line number Diff line change 46
46
files : ^seed_intersphinx_mapping/.*\.py$
47
47
48
48
- repo : https://github.com/domdfcoding/flake2lint
49
- rev : v0.4.0
49
+ rev : v0.4.1
50
50
hooks :
51
51
- id : flake2lint
52
52
73
73
- id : forbid-crlf
74
74
75
75
- repo : https://github.com/repo-helper/formate
76
- rev : v0.4.6
76
+ rev : v0.4.9
77
77
hooks :
78
78
- id : formate
79
79
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
You can’t perform that action at this time.
0 commit comments