From 3a608e91664b22cdb77089e8ee9f9b57f4fcc084 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 14:01:37 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/actions_build_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions_build_conda.sh b/.github/actions_build_conda.sh index 4983f899..1acebbed 100755 --- a/.github/actions_build_conda.sh +++ b/.github/actions_build_conda.sh @@ -3,7 +3,7 @@ set -e -x -python -m mkrecipe || exit 1 +python -m repo_helper make-recipe || exit 1 # Switch to miniconda source "/home/runner/miniconda/etc/profile.d/conda.sh"