Skip to content

Commit ff0b0f7

Browse files
committed
Try to install packages mentioned in the error
1 parent 2276548 commit ff0b0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- name: Install required system packages
19+
run: sudo apt install -y libxml2-dev libxslt-dev
20+
1821
- name: Set up Python
1922
uses: actions/setup-python@v5
2023
id: setup-python

0 commit comments

Comments
 (0)