mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
add lxml package as another dep to be installed before running tests
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo /usr/bin/python -m pip install -U pip
|
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
|
sudo /usr/bin/python -m pip install src/bcf
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Reference in New Issue
Block a user