Skip to content

Commit 891fef9

Browse files
author
Willi Ballenthin
authored
ci: test: install lxml
1 parent 49d1496 commit 891fef9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
uses: actions/setup-python@v2
2525
with:
2626
python-version: ${{ matrix.python }}
27+
- name: Install lxml deps
28+
run: sudo apt-get install -y libxml2-dev libxslt1-dev python-dev zlib1g-dev
29+
- name: Install lxml
30+
run: pip install lxml
2731
- name: Install python-evtx
2832
run: pip install -e .
2933
- name: Run tests

0 commit comments

Comments
 (0)