fix: [github actions] For the tests purpose, installing the stix1 python library from the submodule

pull/7904/head
chrisr3d 2021-10-11 18:15:38 +02:00
parent 605abf5c35
commit f0c7da0c38
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 4 additions and 1 deletions

View File

@ -197,10 +197,13 @@ jobs:
pushd ./app/files/scripts/cti-python-stix2
pip install .
popd
pushd ./app/files/scripts/python-stix
pip install .
popd
pushd PyMISP
pip install .[fileobjects,email]
popd
pip install stix zmq redis plyara
pip install zmq redis plyara
deactivate
- name: Test if apache is working