Skip to content

Commit

Permalink
Merge pull request #41 from jrha/fix_ci_deps
Browse files Browse the repository at this point in the history
workflows: Add missing colorama dependency for the indent checker
  • Loading branch information
jouvin authored Nov 7, 2024
2 parents f3a816e + 00fade7 commit f38a8cf
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 f38a8cf

Please sign in to comment.