Skip to content

Commit

Permalink
:octocat: fix for CI fix (IDC)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Oct 16, 2024
1 parent 677df9a commit cd42d3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ jobs:
if: github.ref_name == 'main'
runs-on: ubuntu-latest

env:
SPHINXBUILD: ci-venv/bin/sphinx-build

steps:
- name: "Checkout sources"
uses: actions/checkout@v4
Expand All @@ -148,9 +145,7 @@ jobs:
coverage: none

- name: "Install Sphinx"
run: |
python -m venv ci-venv
ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
run: pip install sphinx myst-parser sphinx-rtd-theme --break-system-packages

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit cd42d3c

Please sign in to comment.