Skip to content

Commit

Permalink
Backport PR jupyterlite#107: Update actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored and meeseeksmachine committed Jun 4, 2024
1 parent 6d6c5ac commit f8f9be1
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 f8f9be1

Please sign in to comment.