Skip to content

Commit 32baca8

Browse files
committed
add venv to docs.yaml
1 parent d2cec10 commit 32baca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
curl -LsSf https://astral.sh/uv/install.sh | sh
36+
uv venv --python 3.10 && source .venv/bin/activate
3637
uv pip install --upgrade pip
3738
uv pip install -r requirements.docs.txt
3839
3940
- name: Build docs
4041
run: |
42+
source .venv/bin/activate
4143
cd doc
4244
make html
4345
touch _build/html/.nojekyll

0 commit comments

Comments
 (0)