Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 14, 2023
1 parent 8adb5a7 commit 01806f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python3 -m pytest
- name: 📤 Upload coverage to Codecov
if: ${{ matrix.python-version == '3.9' }}
if: ${{ matrix.python-version == '3.11' }}
run: |
scripts/coverage
curl -sfSL https://codecov.io/bash | bash -
Expand All @@ -57,7 +57,7 @@ jobs:
- name: 📥 Checkout the repository
uses: actions/[email protected]

- name: 🛠️ Set up Python 3.9
- name: 🛠️ Set up Python 3.11
uses: actions/[email protected]
with:
python-version: "3.11"
Expand Down

0 comments on commit 01806f8

Please sign in to comment.