Update setup-python action
This commit is contained in:
parent
08a589a1c0
commit
e770594afc
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v2"
|
- uses: "actions/checkout@v2"
|
||||||
- uses: "actions/setup-python@v1"
|
- uses: "actions/setup-python@v2"
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v2"
|
- uses: "actions/checkout@v2"
|
||||||
- uses: "actions/setup-python@v1"
|
- uses: "actions/setup-python@v2"
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: "Install in dev mode"
|
- name: "Install in dev mode"
|
||||||
|
|
Loading…
Reference in New Issue