From b64fdbf39f7dd508bf77caeaae7fee10042c8dd9 Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 17 Jul 2024 09:50:22 +0200 Subject: [PATCH] fix workflow --- .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 d4107052..b34fff43 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.7' + PYTHON: '3.8' steps: - uses: actions/checkout@main - name: Setup Python uses: actions/setup-python@main with: - python-version: 3.7 + python-version: 3.8 - name: Generate coverage report run: | pip install .