Skip to content

Commit 517bc61

Browse files
authored
Switch pages to use uv
1 parent ec78beb commit 517bc61

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
fail-fast: false
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: snok/install-poetry@v1.4.1
32-
- name: Install Dependencies
33-
run: poetry install
34-
shell: bash
35-
- run: poetry run pdoc ./roborock -o docs/pdoc
31+
- uses: actions/checkout@v5
32+
- name: Set up uv
33+
uses: astral-sh/setup-uv@v7
34+
with:
35+
python-version: ${{ matrix.python-version }}
36+
activate-environment: true
37+
- run: uv run pdoc ./roborock -o docs/pdoc
3638
- name: Setup Pages
3739
uses: actions/configure-pages@v5
3840
- name: Upload artifact

0 commit comments

Comments
 (0)