From bc417e8ff63e18db17ad2dcccf024e85da58060e Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 19 Jun 2023 12:03:57 -0700 Subject: [PATCH] always run poetry install step, cache should work anyway --- .github/workflows/sphinx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 1c33d33..d3064a5 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -39,7 +39,7 @@ jobs: key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies run: poetry install --no-root - if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' + # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - name: build docs run: | poetry run sphinx-build -M html src build