Skip to content

Commit 93f0024

Browse files
chg: add build dependencies.
1 parent 3d71746 commit 93f0024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install build environment
2323
run: |
24+
apt-get install -y libxml2-dev libxslt1-dev python3-dev
2425
python -m pip install --upgrade pip
2526
python -m pip install tox setuptools pytest pytest-cov codecov
2627
- name: Build and test with tox.

0 commit comments

Comments
 (0)