Skip to content

Commit

Permalink
fix running coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Sep 16, 2024
1 parent d04240d commit 53d7d55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Created by the build-and-inspect-python-package action above.
python-version: ${{ fromJson(needs.build-package.outputs.supported-python-versions) }}
python-version: [py38, py39, py310, py311, py312]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -117,10 +116,7 @@ jobs:

- uses: hynek/setup-cached-uv@v2

- run: >-
uvx --with=tox-uv
tox run
-e ${{ matrix.python-version }}-coverage
- run: uvx --with=tox-uv tox run -e ${{ matrix.python-version }}-coverage
env:
COVERAGE_FILE: ".coverage.${{ matrix.os }}.${{ matrix.python-version }}"
# Alternatively you can run coverage with the --parallel flag or add
Expand Down

0 comments on commit 53d7d55

Please sign in to comment.