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 3dbe34f commit e515c91Copy full SHA for e515c91
1 file changed
.github/workflows/test.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
test:
11
strategy:
12
+ fail-fast: false
13
matrix:
14
os: [ubuntu-latest, macos-latest]
15
python-version: ["3.11", "3.12", "3.13", "3.14"]
@@ -17,5 +18,5 @@ jobs:
17
18
CI: "true"
19
steps:
20
- uses: actions/checkout@v6
- - uses: astral-sh/setup-uv@v8
21
+ - uses: astral-sh/setup-uv@v8.0.0
22
- run: uv run --python ${{ matrix.python-version }} --with pytest python -m pytest
0 commit comments