We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703683a commit a24ce6aCopy full SHA for a24ce6a
.github/workflows/test.yml
@@ -28,11 +28,12 @@ jobs:
28
- name: Ruff format
29
run: uv run ruff format . --check
30
test-against-python-matrix:
31
- runs-on: ubuntu-latest
32
strategy:
33
matrix:
34
python-version: ["3.10", "3.11", "3.12", "3.13"]
+ os: [ windows-latest, macos-latest ]
35
fail-fast: true
36
+ runs-on: ${{ matrix.os }}
37
steps:
38
- uses: actions/checkout@v4
39
- name: Install uv
0 commit comments