Skip to content

Commit 0111217

Browse files
committed
fix: ci
1 parent 872b2fa commit 0111217

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
shell: bash -el {0}
9292
steps:
9393
- uses: actions/checkout@v4
94+
- uses: astral-sh/setup-uv@v5
9495
- name: Install pandoc
9596
run: sudo apt-get install -y pandoc
9697
- name: Sync

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build:
66
python: "3.12"
77
jobs:
88
post_install:
9+
- asdf plugin add uv
10+
- asdf install uv latest
11+
- asdf global uv latest
912
- uv sync --group docs
1013
build:
1114
html:

0 commit comments

Comments
 (0)