Skip to content

Commit 5836a73

Browse files
Updated files with 'repo_helper'. (#42)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 22d6296 commit 5836a73

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
files: ^formate/.*\.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

0 commit comments

Comments
 (0)