Skip to content

Commit

Permalink
Backport PR #107: Update actions/setup-python (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
meeseeksmachine and jtpio committed Jun 4, 2024
1 parent 6d6c5ac commit 0c3ed28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ jobs:

steps:
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ addopts = [
"--cov-report=term-missing:skip-covered",
"--cov-report=html:build/reports/htmlcov",
"--cov-branch",
"--cov-fail-under=96",
"--cov-fail-under=95",
"--no-cov-on-fail",
# html
"--html=build/reports/pytest.html",
Expand Down

0 comments on commit 0c3ed28

Please sign in to comment.