Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJamesWalker committed Mar 25, 2024
1 parent eef8715 commit 6dabba6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: "3.10"
python-version: "3.11"

- name: Install dependencies
run: |
pip install --upgrade pip pytest .[all]
pip install --upgrade pip pytest pre-commit .[all]
- name: Run tests with pytest
run: pytest

- name: Run pre-commit
run: pre-commit run --show-diff-on-failure --color=always --all-files

0 comments on commit 6dabba6

Please sign in to comment.