Skip to content

Commit

Permalink
Debug install outside Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 15, 2022
1 parent 3185bec commit 5d9df97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d9df97

Please sign in to comment.