Skip to content

Commit 90258c3

Browse files
authored
use uv in docs gh action (#147)
1 parent 854a514 commit 90258c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-python@v5
22+
23+
- name: Set up Python with uv
24+
uses: astral-sh/setup-uv@v5
2325
with:
2426
python-version: '3.13'
2527

0 commit comments

Comments
 (0)