hopefully fix documentation builds
This commit is contained in:
parent
fde5dad155
commit
fbb4f61dc8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ jobs:
|
||||||
run: uv python install 3.11
|
run: uv python install 3.11
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync --group=docs --no-dev
|
run: uv sync --group docs --no-dev
|
||||||
|
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
uses: actions/env@v2
|
uses: actions/env@v2
|
||||||
|
|
Loading…
Reference in a new issue