ci: Remove unused docs group in tests

This commit is contained in:
Alessandro Candido
2024-03-01 16:35:19 +01:00
parent e8b82bcd63
commit be9c3400da

View File

@@ -34,5 +34,5 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with analysis,tests,docs"
poetry-extras: "--with analysis,tests"
secrets: inherit