chg: Debug poetry install, freezes on the GHA

pull/818/head
Raphaël Vinot 2021-12-20 11:44:46 +01:00
parent 4e3b705b0d
commit a2c3a842d7
1 changed files with 1 additions and 1 deletions

View File

@ -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: |