Update default python version
This commit is contained in:
parent
15cdd4fd00
commit
2db4ec1666
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
poetry_user_path: '{{ path_stats.stdout }}'
|
poetry_user_path: '{{ path_stats.stdout }}'
|
||||||
|
|
||||||
- name: set default venv python version
|
- name: set default venv python version
|
||||||
command: 'poetry env use python3.7'
|
command: 'poetry env use python3.9'
|
||||||
args:
|
args:
|
||||||
chdir: '{{ app_dir }}'
|
chdir: '{{ app_dir }}'
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Reference in a new issue