From 0233fa1562a15ad44e483a800d7e6aaf073052d7 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO Date: Sun, 3 Dec 2023 02:15:09 +0800 Subject: [PATCH] ci: add dependencies group docs --- .github/actions/setup-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 8c4ecb5..b53388f 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -20,5 +20,5 @@ runs: architecture: "x64" cache: "poetry" - - run: poetry install --with test + - run: poetry install --with test,docs shell: bash