We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706fbfd commit ecf9e2dCopy full SHA for ecf9e2d
.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
29
- checkout
30
- run:
31
name: Install poetry
32
- command: pipx install poetry
+ command: apt-get update && apt-get install -y python3-poetry
33
34
35
name: Install dependencies
0 commit comments