Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Feb 8, 2023
1 parent 121179a commit 5f50e08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.10"
python-version: 3.9
- name: Install pre-commit
run: |
python -m pip install --upgrade pip pre-commit
pre-commit install
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )

Expand Down

0 comments on commit 5f50e08

Please sign in to comment.