fix: Missing dep in actions

pull/6634/head
Raphaël Vinot 2020-11-24 12:07:08 +01:00
parent b286067507
commit 7fcd0d2faf
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ jobs:
./curl_tests_GH.sh $AUTH $HOST
popd
pushd PyMISP
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E email
poetry run python tests/testlive_comprehensive.py
poetry run python tests/test_mispevent.py
popd