Skip to content

Commit 7560796

Browse files
waketzhengtiangolo
andauthored
🔧 Run task by the same Python environment used to run Copier (fastapi#1157)
Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 77de1c8 commit 7560796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ _exclude:
9797
_answers_file: .copier/.copier-answers.yml
9898

9999
_tasks:
100-
- "python .copier/update_dotenv.py"
100+
- ["{{ _copier_python }}", .copier/update_dotenv.py]

0 commit comments

Comments
 (0)