Skip to content

Commit

Permalink
fixed space in invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jun 28, 2024
1 parent b22d40d commit 4157a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4157a1c

Please sign in to comment.