add lxml package as another dep to be installed before running tests

This commit is contained in:
krande
2021-08-25 09:00:52 +02:00
committed by Thomas Krijnen
parent d4ace423a3
commit c96d1e6387
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: install dependencies
run: |
sudo /usr/bin/python -m pip install -U pip
sudo /usr/bin/python -m pip install xmlschema numpy
sudo /usr/bin/python -m pip install xmlschema numpy lxml
sudo /usr/bin/python -m pip install src/bcf
- name: Test