Skip to content

Commit c96d1e6

Browse files
Krandeaothms
authored andcommitted
add lxml package as another dep to be installed before running tests
1 parent d4ace42 commit c96d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: install dependencies
7272
run: |
7373
sudo /usr/bin/python -m pip install -U pip
74-
sudo /usr/bin/python -m pip install xmlschema numpy
74+
sudo /usr/bin/python -m pip install xmlschema numpy lxml
7575
sudo /usr/bin/python -m pip install src/bcf
7676
7777
- name: Test

0 commit comments

Comments
 (0)