Skip to content

Commit

Permalink
:octocat: fix for CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Oct 16, 2024
1 parent f08e493 commit eac7f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:

- name: "Install Sphinx"
run: |
apt install pipx
sudo apt-get update
sudo apt-get install pipx
pipx install sphinx myst-parser sphinx-rtd-theme
- name: "Install dependencies with composer"
Expand Down

0 comments on commit eac7f9b

Please sign in to comment.