Skip to content

Commit 1d4a62d

Browse files
committed
fix: test
1 parent 610bbd8 commit 1d4a62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
activate-environment: true
36-
- run: uv pip install .[dev]
37-
- run: pdoc ./roborock -o docs/pdoc
36+
- run: uv pip install .
37+
- run: uv run pdoc ./roborock -o docs/pdoc
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
4040
# - name: Upload artifact

0 commit comments

Comments
 (0)