We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e17ba commit be671caCopy full SHA for be671ca
1 file changed
.github/workflows/check and publish.yaml
@@ -29,18 +29,11 @@ jobs:
29
if: ${{ matrix.pytest_version != 'from lockfile' }}
30
- run: ./pw test
31
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 }}
+ runs-on: "ubuntu-latest"
38
steps:
39
- uses: actions/checkout@v4
40
41
- uses: actions/setup-python@v5
42
- with:
43
- python-version: ${{ matrix.python_version }}
44
45
- run: ./pw uv sync --locked
46
0 commit comments