CI: fix Python version
This commit is contained in:
parent
a2e65f361c
commit
744412ed57
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: 3.10.0
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
|
|
Loading…
Reference in New Issue