mirror of https://github.com/MISP/PyMISP
chg: Debug poetry install, freezes on the GHA
parent
4e3b705b0d
commit
a2c3a842d7
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip poetry
|
||||
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email -E brotli
|
||||
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email -E brotli -vvv
|
||||
|
||||
- name: Test with nosetests
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue