Skip to content

Commit

Permalink
Pin style CI job to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 23, 2022
1 parent 9a85dbc commit ec82b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: pre-commit/action@v2.0.0

test:
Expand Down

0 comments on commit ec82b9f

Please sign in to comment.