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 eac7f9b commit 9ebd573
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ jobs:
coverage: none

- name: "Install Sphinx"
run: |
sudo apt-get update
sudo apt-get install pipx
pipx install sphinx myst-parser sphinx-rtd-theme
run: pipx install --include-deps sphinx myst-parser sphinx-rtd-theme

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 9ebd573

Please sign in to comment.