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