We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ace42 commit c96d1e6Copy full SHA for c96d1e6
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: install dependencies
72
run: |
73
sudo /usr/bin/python -m pip install -U pip
74
- sudo /usr/bin/python -m pip install xmlschema numpy
+ sudo /usr/bin/python -m pip install xmlschema numpy lxml
75
sudo /usr/bin/python -m pip install src/bcf
76
77
- name: Test
0 commit comments