Skip to content

Commit

Permalink
Merge pull request #226 from jrha/colorama
Browse files Browse the repository at this point in the history
workflows: Add missing colorama dependency
  • Loading branch information
jrha authored Sep 12, 2024
2 parents 93e4c56 + ffb6b77 commit eb69761
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 eb69761

Please sign in to comment.