Skip to content

Commit 0a39f52

Browse files
authored
ci: update docs build uv version (#2648)
Successful run: https://github.com/CQCL/hugr/actions/runs/18872234455
1 parent 46d1d13 commit 0a39f52

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ permissions:
1515
pages: write
1616
id-token: write
1717

18+
env:
19+
UV_VERSION: "0.9.5"
20+
UV_FROZEN: 1
21+
UV_PYTHON: "3.14"
22+
1823
# Allow only one concurrent deployment, skipping runs queued between the run
1924
# in-progress and latest queued.
2025
concurrency:
@@ -37,10 +42,8 @@ jobs:
3742
- name: Set up uv
3843
uses: astral-sh/setup-uv@v6
3944
with:
40-
version: "0.4.18"
45+
version: ${{ env.UV_VERSION }}
4146
enable-cache: true
42-
- name: Install Python
43-
run: uv python install 3.14
4447

4548
- name: Build docs
4649
run: |

0 commit comments

Comments
 (0)