We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b9b64 commit 52d3c99Copy full SHA for 52d3c99
1 file changed
.github/workflows/ci.yaml
@@ -21,8 +21,6 @@ jobs:
21
with:
22
enable-cache: true
23
cache-dependency-glob: "uv.lock"
24
- - uses: actions/setup-python@v6
25
- with:
26
python-version: "3.14.5"
27
- name: Install dependencies
28
run: make install
@@ -37,8 +35,6 @@ jobs:
37
35
38
36
39
40
41
42
43
- name: Check documentation build
44
run: make docs
@@ -69,8 +65,6 @@ jobs:
69
65
70
66
71
67
72
73
74
68
75
76
0 commit comments