Skip to content

Commit ecf9e2d

Browse files
authored
ci: Fix poetry install command (#2)
1 parent 706fbfd commit ecf9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- checkout
3030
- run:
3131
name: Install poetry
32-
command: pipx install poetry
32+
command: apt-get update && apt-get install -y python3-poetry
3333

3434
- run:
3535
name: Install dependencies

0 commit comments

Comments
 (0)