diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index aa84c41..c13faff 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: - python-version: '3.11.8' + python-version: '3.11' - name: Install dependencies run: pip install -r requirements.txt - name: Install pytest