Explorar el Código

:octocat: fix for CI fix

smiley hace 1 año
padre
commit
06d5e9238a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .github/workflows/ci.yml

+ 3 - 1
.github/workflows/ci.yml

@@ -145,7 +145,9 @@ jobs:
           coverage: none
 
       - name: "Install Sphinx"
-        run: pipx install --include-deps sphinx myst-parser sphinx-rtd-theme
+        run: |
+          python -m venv ci-venv
+          ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
 
       - name: "Install dependencies with composer"
         uses: ramsey/composer-install@v3