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",