From be9c3400da63a7663237ebd8b717d3dc04815dc5 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Fri, 1 Mar 2024 16:35:19 +0100 Subject: [PATCH] ci: Remove unused docs group in tests --- .github/workflows/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index 239c5ba..b9fe735 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -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