소스 검색

fix ci venv id

Daniel Busch 6 달 전
부모
커밋
b2dcb1003e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/ci.yaml

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

@@ -32,8 +32,8 @@ jobs:
         with:
           os: "ubuntu-latest"
           python-version: "3.9"
-          venv-id: "docs"
-          poetry-dependency-install-flags: "--all-extras" # --only 'main,docs'"
+          venv-id: "docs-${{ runner.os }}"
+          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