fix(actions): install the right dependencies
This commit is contained in:
parent
fd409d450f
commit
6354559d3a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
|||
enable-cache: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --no-dev --extra=documentation
|
||||
run: uv sync --no-dev --group=documentation
|
||||
|
||||
- name: Set environment variables
|
||||
uses: actions/env@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue