From 402081969f395d7af65a36313b070e027e395c6a 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..00a923d0 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 --with remotesettings,taskcluster + - run: name: Code lint command: make lint