fix python version
This commit is contained in:
parent
1bbe1019e7
commit
2e4286b68e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.3.1
|
uses: actions/setup-python@v4.3.1
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: '3.10'
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: pip install poetry
|
run: pip install poetry
|
||||||
- name: Init environment
|
- name: Init environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user