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 d5dc142 commit 51d2741Copy full SHA for 51d2741
.github/workflows/main.yml
@@ -18,16 +18,14 @@ jobs:
18
19
tests:
20
21
- runs-on: ${{ matrix.os }}
+ runs-on: "ubuntu-latest"
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: ["ubuntu-latest"]
26
python-version: ["3.10", "3.14"]
27
sphinx-version: ["6.*", "7.*"]
28
include:
29
- - os: "ubuntu-latest"
30
- python-version: "3.9"
+ - python-version: "3.9"
31
sphinx-version: "7.*"
32
33
env:
@@ -37,7 +35,6 @@ jobs:
37
35
name: "
38
36
Sphinx ${{ matrix.sphinx-version }}
39
Python ${{ matrix.python-version }}
40
- OS ${{ matrix.os }}
41
"
42
steps:
43
0 commit comments