We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677df9a commit cd42d3cCopy full SHA for cd42d3c
.github/workflows/ci.yml
@@ -132,9 +132,6 @@ jobs:
132
if: github.ref_name == 'main'
133
runs-on: ubuntu-latest
134
135
- env:
136
- SPHINXBUILD: ci-venv/bin/sphinx-build
137
-
138
steps:
139
- name: "Checkout sources"
140
uses: actions/checkout@v4
@@ -148,9 +145,7 @@ jobs:
148
145
coverage: none
149
146
150
147
- name: "Install Sphinx"
151
- run: |
152
- python -m venv ci-venv
153
- ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
+ run: pip install sphinx myst-parser sphinx-rtd-theme --break-system-packages
154
155
- name: "Install dependencies with composer"
156
uses: ramsey/composer-install@v3
0 commit comments