Skip to content

Commit

Permalink
all old
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 22, 2023
1 parent 7cca45d commit 0f21224
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4.0.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
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.10
if: github.event_name == 'push' && matrix.python-version == 3.8
uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.xml # optional
Expand Down

0 comments on commit 0f21224

Please sign in to comment.