Skip to content

Commit be671ca

Browse files
committed
don't run static checks in a matrix, it's pointless
1 parent c3e17ba commit be671ca

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/check and publish.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,11 @@ jobs:
2929
if: ${{ matrix.pytest_version != 'from lockfile' }}
3030
- run: ./pw test
3131
static_checks:
32-
strategy:
33-
fail-fast: false
34-
matrix:
35-
python_version: ["3.9", null]
36-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
37-
runs-on: ${{ matrix.os }}
32+
runs-on: "ubuntu-latest"
3833
steps:
3934
- uses: actions/checkout@v4
4035

4136
- uses: actions/setup-python@v5
42-
with:
43-
python-version: ${{ matrix.python_version }}
4437

4538
- run: ./pw uv sync --locked
4639

0 commit comments

Comments
 (0)