python 3.10 not 3.1
This commit is contained in:
parent
4c0a06816a
commit
0fceb82fdb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
|
||||
# PYTHON for dependency export only, not installing
|
||||
- name: Install Poetry 1.1.14
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
|
||||
# PYTHON for dependency export only, not installing
|
||||
- name: Install Poetry 1.1.14
|
||||
|
Loading…
Reference in New Issue
Block a user