From 9ebd5738fa7d7f483d5df8fdfeb17ca4dc898c4d Mon Sep 17 00:00:00 2001 From: smiley Date: Wed, 16 Oct 2024 11:18:12 +0200 Subject: [PATCH] :octocat: fix for CI fix --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55977a0e6..023013fb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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