Skip to content

Commit 9ebd573

Browse files
committed
:octocat: fix for CI fix
1 parent eac7f9b commit 9ebd573

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ jobs:
145145
coverage: none
146146

147147
- name: "Install Sphinx"
148-
run: |
149-
sudo apt-get update
150-
sudo apt-get install pipx
151-
pipx install sphinx myst-parser sphinx-rtd-theme
148+
run: pipx install --include-deps sphinx myst-parser sphinx-rtd-theme
152149

153150
- name: "Install dependencies with composer"
154151
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)