fix: github python version

This commit is contained in:
Eduardo Chiarotti
2024-07-04 22:48:23 -03:00
parent a8a1648c8b
commit 8a04709cba

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11.9"
- name: Install Requirements
run: |
@@ -28,4 +28,4 @@ jobs:
poetry install
- name: Run tests
run: poetry run pytest tests
run: poetry run pytest