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 2828 python -VV
2929 python -m site
3030 python -m pip install --upgrade pip setuptools wheel
31- python -m pip install --upgrade repo_helper
31+ python -m pip install --upgrade whey-conda
3232 # $CONDA is an environment variable pointing to the root of the miniconda directory
3333 $CONDA/bin/conda update -q conda
3434 $CONDA/bin/conda install conda-build=3.21.0
3838
3939 - name : " Build and index channel"
4040 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
4242 $CONDA/bin/conda index ./conda-bld || exit 1
4343
4444 - name : " Search for package"
Original file line number Diff line number Diff line change 4646 files : ^seed_intersphinx_mapping/.*\.py$
4747
4848 - repo : https://github.com/domdfcoding/flake2lint
49- rev : v0.4.0
49+ rev : v0.4.1
5050 hooks :
5151 - id : flake2lint
5252
7373 - id : forbid-crlf
7474
7575 - repo : https://github.com/repo-helper/formate
76- rev : v0.4.6
76+ rev : v0.4.9
7777 hooks :
7878 - id : formate
7979 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
You can’t perform that action at this time.
0 commit comments