mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 10:32:12 +00:00
:octocat: fix for CI fix (IDC)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user