Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Jun 29, 2021
1 parent 22d6296 commit 5836a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade repo_helper
python -m pip install --upgrade whey-conda
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda update -q conda
$CONDA/bin/conda install conda-build=3.21.0
Expand All @@ -38,7 +38,7 @@ jobs:
- name: "Build and index channel"
run: |
python -m repo_helper build --conda --out-dir conda-bld/noarch
python -m whey --builder whey_conda --out-dir conda-bld/noarch
$CONDA/bin/conda index ./conda-bld || exit 1
- name: "Search for package"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -46,7 +46,7 @@ repos:
files: ^formate/.*\.py$

- repo: https://github.com/domdfcoding/flake2lint
rev: v0.4.0
rev: v0.4.1
hooks:
- id: flake2lint

Expand Down

0 comments on commit 5836a73

Please sign in to comment.