Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Fix version string and update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed Jul 10, 2023
1 parent 80e8d0e commit efc9879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: lint
strategy:
matrix:
python-version: "['3.10', '3.11']"
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Run pytest on ${{ matrix.python-version }}
run: pytest --cov=./ --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit efc9879

Please sign in to comment.