fix: MIssing dependency

pull/6820/head
Raphaël Vinot 2021-01-05 11:23:03 +01:00 committed by GitHub
parent 0dcf55fb24
commit 70c5007230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ jobs:
pushd PyMISP
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E email
poetry run python tests/testlive_comprehensive.py
poetry add lxml
poetry run python ../tests/testlive_security.py -v
poetry run python tests/test_mispevent.py
popd