chg: [GitHubAction] add2virtualenv the STIX stuff

pull/7818/head
Alexandre Dulaunoy 2021-10-08 09:49:33 +02:00
parent 25110df9fb
commit 4e22272665
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ jobs:
python3 -m virtualenv -p python3 ./venv
sudo -E su $USER -c 'app/Console/cake Admin setSetting "MISP.python_bin" "$GITHUB_WORKSPACE/venv/bin/python"'
. ./venv/bin/activate
add2virtualenv 'app/files/scripts'
pushd PyMISP
pip install .[fileobjects,email]
popd