Skip to content

Commit e8db121

Browse files
authored
Use uv to install packages (#1369)
1 parent 9526d31 commit e8db121

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3"
19-
cache: pip
19+
- name: Install uv
20+
uses: hynek/setup-cached-uv@v2
2021
- name: Build docs
2122
run: make html
2223
- name: Link check

0 commit comments

Comments
 (0)