diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 67aae1c..f10c7e7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10' cache: 'pip' - name: Install dependencies