From f8f9be1d6593e144a1dd1a59025f4dd55e65575e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 21 May 2024 17:49:06 +0200 Subject: [PATCH] Backport PR #107: Update `actions/setup-python` --- .github/workflows/test.yml | 5 ++--- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0190be2c..1ba36a5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index c623fd7a..d2a79d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",