diff --git a/.github/workflows/documentation_ghpages.yaml b/.github/workflows/documentation_ghpages.yaml index 29c08382e8..a1c703fe59 100644 --- a/.github/workflows/documentation_ghpages.yaml +++ b/.github/workflows/documentation_ghpages.yaml @@ -66,7 +66,7 @@ jobs: - name: Install sisl + documentation dependencies run: | python -m pip install --progress-bar=off --upgrade pip - python -m pip install --progress-bar=off .[analysis, viz,docs] + python -m pip install --progress-bar=off .[analysis,viz,docs] - name: Build the documentation using the sisl-files as well env: