Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 7d0af3c

Browse files
Phil Varnerc-wygoda
authored andcommitted
run lint with python 3.12
1 parent 02a5ebd commit 7d0af3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
lint:
99
runs-on: ubuntu-latest
10+
with:
11+
python-version: "3.12"
1012
steps:
1113
- uses: actions/checkout@v4
1214
- run: pipx install pre-commit

0 commit comments

Comments
 (0)