From 66e06cd2db0c13f921f88287deb8d7634fa33907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chadebec?= <47564971+clementchadebec@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:31:55 +0200 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c25eeecd..21b54b55 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,13 +11,13 @@ jobs: os: [ubuntu-latest] env: OS: ${{ matrix.os }} - PYTHON: '3.11' + PYTHON: '3.10' steps: - uses: actions/checkout@main - name: Setup Python uses: actions/setup-python@main with: - python-version: 3.11 + python-version: 3.10 - name: Generate coverage report run: | pip install .