From 5d9df9784ead25c4a327c7eee84dcc45b27f0d24 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 15 Dec 2022 13:59:04 +0100 Subject: [PATCH] Debug install outside Makefile --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6799525d..f78a09f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,10 @@ jobs: name: Use latest poetry command: curl -sSL https://install.python-poetry.org | python3 - + - run: + name: XXX what is going on with install? + command: poetry install -vvv --with remotesettings,taskcluster + - run: name: Code lint command: make lint