Skip to content

Commit 8c4bb5b

Browse files
committed
Set python-version for pre-commit to remove CI warning
1 parent 58b22b2 commit 8c4bb5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v4
33+
with:
34+
python-version: 3.x
3335
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)