Skip to content

Commit

Permalink
workflows: Add missing colorama dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Sep 11, 2024
1 parent 93e4c56 commit ffb6b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3
- name: Install dependencies
run: pip install colorama
- name: run indent checker
run: .ci-scripts/indent

Expand Down

0 comments on commit ffb6b77

Please sign in to comment.