fix python version

This commit is contained in:
Pyry Lahtinen 2022-12-11 14:58:38 +00:00 committed by GitHub
parent 1bbe1019e7
commit 2e4286b68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.3.1
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
run: pip install poetry
- name: Init environment