Skip to content

Commit

Permalink
Use latest poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 15, 2022
1 parent 957d971 commit 8b4ac31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
steps:
- checkout

- run:
name: Use latest pip and poetry
command: pip install -U pip && pip install -U poetry

- run:
name: Code lint
command: make lint
Expand All @@ -16,6 +20,10 @@ jobs:
steps:
- checkout

- run:
name: Use latest pip and poetry
command: pip install -U pip && pip install -U poetry

- run:
name: Test
command: make tests
Expand Down

0 comments on commit 8b4ac31

Please sign in to comment.