From 429b8fc74406d708ecf8405f2d07cee9f923a373 Mon Sep 17 00:00:00 2001 From: tbascoul Date: Tue, 28 Mar 2023 16:51:47 +0200 Subject: [PATCH] bump matrix python version for doc and coverage --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff203c38..fa27c4b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: PYTHON_VERSION: "${{ matrix.python-version }}" - name: Add & Commit Badges - if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && github.ref == 'refs/heads/main'}} + if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' && github.ref == 'refs/heads/main'}} run: | git config user.name github-actions git config user.email github-actions@github.com @@ -44,7 +44,7 @@ jobs: git push - name: 'Upload coverage report' - if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && github.ref == 'refs/heads/main'}} + if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' && github.ref == 'refs/heads/main'}} uses: actions/upload-artifact@v2 with: name: coverage