Skip to content

Commit eac7f9b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146

147147
- name: "Install Sphinx"
148148
run: |
149-
apt install pipx
149+
sudo apt-get update
150+
sudo apt-get install pipx
150151
pipx install sphinx myst-parser sphinx-rtd-theme
151152
152153
- name: "Install dependencies with composer"

0 commit comments

Comments
 (0)