fix: [github actions] removed the cti stix installation as it's no longer there

pull/7817/head
iglocska 2021-10-08 08:51:52 +02:00 committed by Alexandre Dulaunoy
parent ab95d1de28
commit 8c9e870b94
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 0 additions and 3 deletions

View File

@ -193,9 +193,6 @@ 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
pushd cti-python-stix2
pip install .
popd
pushd PyMISP
pip install .[fileobjects,email]
popd