From 8a04709cba0acd2f11642b9d8f55aa1efaa04f6e Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 4 Jul 2024 22:48:23 -0300 Subject: [PATCH] fix: github python version --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e46d727c1..d99c19524 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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