mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Update README.md
This commit is contained in:
parent
3e8e90edf0
commit
4a53b321bf
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry
|
run: pipx install poetry
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
|
|
Loading…
Add table
Reference in a new issue