Skip to content

Commit 52d3c99

Browse files
authored
Remove redundant python setup (#1305)
1 parent 02b9b64 commit 52d3c99

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
enable-cache: true
2323
cache-dependency-glob: "uv.lock"
24-
- uses: actions/setup-python@v6
25-
with:
2624
python-version: "3.14.5"
2725
- name: Install dependencies
2826
run: make install
@@ -37,8 +35,6 @@ jobs:
3735
with:
3836
enable-cache: true
3937
cache-dependency-glob: "uv.lock"
40-
- uses: actions/setup-python@v6
41-
with:
4238
python-version: "3.14.5"
4339
- name: Check documentation build
4440
run: make docs
@@ -69,8 +65,6 @@ jobs:
6965
with:
7066
enable-cache: true
7167
cache-dependency-glob: "uv.lock"
72-
- uses: actions/setup-python@v6
73-
with:
7468
python-version: "3.14.5"
7569
- name: Install dependencies
7670
run: make install

0 commit comments

Comments
 (0)