python 3.10 not 3.1

This commit is contained in:
andy 2022-07-27 08:39:09 +01:00
parent 4c0a06816a
commit 0fceb82fdb

View File

@ -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