Преглед на файлове

:octocat: fix for CI fix

smiley преди 1 година
родител
ревизия
9ebd5738fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      .github/workflows/ci.yml

+ 1 - 4
.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