mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-11 10:16:42 +00:00
:octocat: fix for CI fix
This commit is contained in:
@@ -145,7 +145,9 @@ jobs:
|
||||
coverage: none
|
||||
|
||||
- name: "Install Sphinx"
|
||||
run: pipx install --include-deps sphinx myst-parser sphinx-rtd-theme
|
||||
run: |
|
||||
python -m venv ci-venv
|
||||
ci-venv/bin/pip install sphinx myst-parser sphinx-rtd-theme
|
||||
|
||||
- name: "Install dependencies with composer"
|
||||
uses: ramsey/composer-install@v3
|
||||
|
||||
Reference in New Issue
Block a user