Skip to content

Commit cd42d3c

Browse files
committed
:octocat: fix for CI fix (IDC)
1 parent 677df9a commit cd42d3c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ jobs:
132132
if: github.ref_name == 'main'
133133
runs-on: ubuntu-latest
134134

135-
env:
136-
SPHINXBUILD: ci-venv/bin/sphinx-build
137-
138135
steps:
139136
- name: "Checkout sources"
140137
uses: actions/checkout@v4
@@ -148,9 +145,7 @@ jobs:
148145
coverage: none
149146

150147
- name: "Install Sphinx"
151-
run: |
152-
python -m venv ci-venv
153-
ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
148+
run: pip install sphinx myst-parser sphinx-rtd-theme --break-system-packages
154149

155150
- name: "Install dependencies with composer"
156151
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)