mirror of https://github.com/CIRCL/lookyloo
chg: Run verbose poetry install in action
Debug weirdness with python 3.10pull/303/head
parent
cbb96f67e4
commit
d8ce7f8f5e
|
@ -48,7 +48,7 @@ jobs:
|
|||
echo LOOKYLOO_HOME="'`pwd`'" > .env
|
||||
cp config/generic.json.sample config/generic.json
|
||||
cp config/modules.json.sample config/modules.json
|
||||
poetry install
|
||||
poetry -vvv install
|
||||
poetry run tools/validate_config_files.py --check
|
||||
poetry run tools/validate_config_files.py --update
|
||||
poetry run tools/3rdparty.py
|
||||
|
|
Loading…
Reference in New Issue