Skip to content

Commit

Permalink
Update actions/setup-python (#107)
Browse files Browse the repository at this point in the history
* Update `actions/setup-python`

* test with 3.10

* use python from matrix

* update gha matrix variable

* bump down coverage

---------

Co-authored-by: Nicholas Bollweg <[email protected]>
  • Loading branch information
jtpio and bollwyvl committed May 21, 2024
1 parent 6d6c5ac commit f14dbc2
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 f14dbc2

Please sign in to comment.