🔧 Run task by the same Python environment used to run Copier (#1157)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Waket Zheng 2024-09-27 23:59:54 +08:00 committed by GitHub
parent 109a7454c7
commit 945fbc7699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,4 +97,4 @@ _exclude:
_answers_file: .copier/.copier-answers.yml
_tasks:
- "python .copier/update_dotenv.py"
- ["{{ _copier_python }}", .copier/update_dotenv.py]