Skip to content

Commit

Permalink
workflows: Add missing colorama dependency for indent checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Dec 3, 2024
1 parent 5060142 commit 85a191f
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,5 +48,7 @@ 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

0 comments on commit 85a191f

Please sign in to comment.