Trying to fix the CI tasks

This commit is contained in:
Leonardo Giordani 2022-12-23 10:40:29 +00:00
commit b46226f6ce

View file

@ -56,7 +56,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.9"
- name: Set Poetry cache
uses: actions/cache@v3
id: poetry-cache
@ -87,7 +87,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.9"
- name: Check release
id: check_release
run: |