Skip to content

Commit

Permalink
Merge pull request #3 from anexia/update-github-actions-workflow
Browse files Browse the repository at this point in the history
Update GitHub actions workflow
  • Loading branch information
nezhar authored Feb 13, 2023
2 parents b8800e0 + 775a23d commit d14150f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit d14150f

Please sign in to comment.