From 945fbc76996fda2b4b9393ccf57ebea4dbe36dd8 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Fri, 27 Sep 2024 23:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Run=20task=20by=20the=20same=20P?= =?UTF-8?q?ython=20environment=20used=20to=20run=20Copier=20(#1157)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- copier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 0b5d342..f98e3fc 100644 --- a/copier.yml +++ b/copier.yml @@ -97,4 +97,4 @@ _exclude: _answers_file: .copier/.copier-answers.yml _tasks: - - "python .copier/update_dotenv.py" + - ["{{ _copier_python }}", .copier/update_dotenv.py]