Daniel Busch 6 月之前
父节点
当前提交
b439e24b53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -33,7 +33,7 @@ jobs:
           os: "ubuntu-latest"
           python-version: "3.9"
           venv-id: "docs"
-          poetry-dependency-install-flags: "--all-extras --only 'main,docs'"
+          poetry-dependency-install-flags: "--all-extras" # --only 'main,docs'"
       - name: docs
         run: poetry run sphinx-build -W --keep-going -T -b html docs/source docs/build