Skip to content

Commit

Permalink
only 9?
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 22, 2023
1 parent 9fc083c commit a7ae172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
python-version: [ "3.8", "3.9"]
python-version: ["3.9"]
runs-on: ubuntu-latest

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
poetry run coverage run -m --source=src pytest tests
poetry run coverage xml
- name: Report coverage using codecov
if: github.event_name == 'push' && matrix.python-version == 3.8
if: github.event_name == 'push' && matrix.python-version == 3.9
uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.xml # optional
Expand Down

0 comments on commit a7ae172

Please sign in to comment.