Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#64)
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 Apr 2, 2021
1 parent e275cee commit 7c818e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions_build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -e -x

python -m repo_helper make-recipe || exit 1
python -m mkrecipe || exit 1

# Switch to miniconda
source "/home/runner/miniconda/etc/profile.d/conda.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install dependencies 🔧
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade repo_helper
python -m pip install --upgrade mkrecipe
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ repo-helper = "repo_helper.__main__:main"
[project.optional-dependencies]
testing = [ "check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0",]
all = [ "check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0",]

[tool.mkrecipe]
extras = []
conda-channels = [ "conda-forge", "domdfcoding",]
license-key = "LGPL-3.0-or-later"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ignore_errors = True
changedir = {toxinidir}
extras = all
deps =
mypy==0.800
mypy==0.812
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy repo_helper tests {posargs}
Expand Down

0 comments on commit 7c818e4

Please sign in to comment.