Skip to content

Commit f9a4fa5

Browse files
committed
Fix docs build
1 parent 9d0f32e commit f9a4fa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
with:
3030
python-version: "3.14"
3131

32+
- name: Install apt packages
33+
run: |
34+
sudo apt-get update
35+
sudo apt-get install -y $(jq -r '
36+
.features
37+
| to_entries
38+
| map(select(.key | contains("devcontainer-features/apt-packages:")))
39+
| .[].value.packages[]
40+
' .devcontainer/devcontainer.json)
41+
3242
- name: Set up poetry
3343
uses: abatilo/actions-poetry@v4.0.0
3444
with:

0 commit comments

Comments
 (0)