Skip to content

Commit 432071c

Browse files
Updated files with 'repo_helper'. (#50)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 0ee1c7e commit 432071c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions_build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -e -x
55

6-
python -m repo_helper make-recipe || exit 1
6+
python -m mkrecipe || exit 1
77

88
# Switch to miniconda
99
source "/home/runner/miniconda/etc/profile.d/conda.sh"

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install dependencies 🔧
150150
run: |
151151
python -m pip install --upgrade pip setuptools wheel
152-
python -m pip install --upgrade repo_helper
152+
python -m pip install --upgrade mkrecipe
153153
154154
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
155155
bash miniconda.sh -b -p $HOME/miniconda

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ testing = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2",]
3030
all = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2", "pytz>=2019.1",]
3131

3232
[tool.mkrecipe]
33-
conda-channels = [ "domdfcoding", "conda-forge",]
33+
conda-channels = [ "conda-forge", "domdfcoding",]
3434
extras = [ "dates",]
35-
license-key = "LGPLv3+"
35+
license-key = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)