Skip to content

Commit f172094

Browse files
committed
:octocat: CI fix
1 parent f822e80 commit f172094

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ jobs:
145145
coverage: none
146146

147147
- name: "Install Sphinx"
148-
run: pip install sphinx myst-parser sphinx-rtd-theme
148+
run: |
149+
apt install pipx
150+
pipx install sphinx myst-parser sphinx-rtd-theme
149151
150152
- name: "Install dependencies with composer"
151153
uses: ramsey/composer-install@v3

tests/BuildDirTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020
trait BuildDirTrait{
2121

22+
/** @var string */
2223
private const _buildDir = __DIR__.'/../.build/';
2324

2425
/**

0 commit comments

Comments
 (0)