Skip to content

Commit

Permalink
Fix tool installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Oct 25, 2021
1 parent e93188a commit 0c99563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- checkout
- run:
name: Install poetry
command: pip install poetry
name: Install poetry and cairo-lang
command: pip3 install poetry cairo-lang
- run:
name: Install dependencies
command: poetry install
Expand Down

0 comments on commit 0c99563

Please sign in to comment.