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