fix(actions): install the right dependencies
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 7s
Actions / Build Documentation (MkDocs) (push) Failing after 7s

This commit is contained in:
cswimr 2025-03-18 03:24:48 -05:00
parent fd409d450f
commit 6354559d3a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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