:octocat: fix for CI fix

This commit is contained in:
smiley
2024-10-16 12:18:31 +02:00
parent 9ebd5738fa
commit 06d5e9238a
+3 -1
View File
@@ -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