hopefully fix documentation builds
Some checks failed
Actions / Build (push) Successful in 9s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Failing after 6s

This commit is contained in:
Seaswimmer 2024-11-15 00:17:56 -05:00
parent fde5dad155
commit fbb4f61dc8
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -81,7 +81,7 @@ jobs:
run: uv python install 3.11
- name: Install dependencies
run: uv sync --group=docs --no-dev
run: uv sync --group docs --no-dev
- name: Set environment variables
uses: actions/env@v2