Skip to content

Commit

Permalink
bump matrix python version for doc and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tbascoul committed Mar 28, 2023
1 parent 481b9a7 commit 429b8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand All @@ -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
Expand Down

0 comments on commit 429b8fc

Please sign in to comment.