Browse Source
🔧 Run task by the same Python environment used to run Copier (#1157)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pull/13907/head
Waket Zheng
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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] |
|
|
|