Skip to content

Commit 099031f

Browse files
committed
Specify a python-version for the pre-commit job.
1 parent e276b06 commit 099031f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.10"
1820
- uses: pre-commit/[email protected]
1921

2022
ci:

0 commit comments

Comments
 (0)