Skip to content

Commit

Permalink
Add colors deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Nov 20, 2023
1 parent 5bc8191 commit c67e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- checkout
- run:
name: Install needed packages
command: pip install black isort ruff
command: pip install black isort[colors] ruff
- run:
name: Check for black formatting
command: black ./giskard ./tests/ --check
Expand Down

0 comments on commit c67e368

Please sign in to comment.