Skip to content

Commit 06d5e92

Browse files
committed
:octocat: fix for CI fix
1 parent 9ebd573 commit 06d5e92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ jobs:
145145
coverage: none
146146

147147
- name: "Install Sphinx"
148-
run: pipx install --include-deps sphinx myst-parser sphinx-rtd-theme
148+
run: |
149+
python -m venv ci-venv
150+
ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
149151
150152
- name: "Install dependencies with composer"
151153
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)