summaryrefslogtreecommitdiff
path: root/.github/workflows/doc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/doc.yml')
-rw-r--r--.github/workflows/doc.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 8f982683..bc7bb14d 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -34,8 +34,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install python prerequisites
- # Only install dependencies when there is a cache miss
- if: steps.cache-deps.outputs.cache-hit != 'true'
run: pip install -U --user pip setuptools setuptools-scm nox
- name: Sphinx documentation build
run: python -m nox --non-interactive --session docs