Skip to content

Commit 9c9a88f

Browse files
Updated files with 'repo_helper'. (#33)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b4c3e9c commit 9c9a88f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conda_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
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

@@ -73,7 +73,7 @@ repos:
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$

0 commit comments

Comments
 (0)