From d8ce7f8f5eab8cde5236268d4aed50611ec7a098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 3 Dec 2021 11:28:28 +0100 Subject: [PATCH] chg: Run verbose poetry install in action Debug weirdness with python 3.10 --- .github/workflows/instance_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/instance_test.yml b/.github/workflows/instance_test.yml index e567e7a..96f8d9e 100644 --- a/.github/workflows/instance_test.yml +++ b/.github/workflows/instance_test.yml @@ -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