Skip to content

Commit

Permalink
Merge 175f37e into 2ac3f05
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Dec 27, 2022
2 parents 2ac3f05 + 175f37e commit 027a20a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: pip
cache-dependency-path: |
requirements.txt
test_requirements.txt
- run: pip install -r requirements.txt -r test_requirements.txt
- uses: pre-commit/action@v2.0.3
- run: >-
pip install
-r requirements.txt
-r test_requirements.txt
- uses: pre-commit/action@v3.0.0

0 comments on commit 027a20a

Please sign in to comment.