Skip to content

Commit a94115b

Browse files
committed
Specify a python-version for the pre-commit job.
1 parent 8abbd1c commit a94115b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
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:
@@ -160,7 +162,7 @@ jobs:
160162
- uses: actions/checkout@v3
161163
with:
162164
fetch-depth: 0
163-
- uses: actions/setup-python@v3
165+
- uses: actions/setup-python@v4
164166
with:
165167
python-version: "3.10"
166168
- name: Install dependencies

0 commit comments

Comments
 (0)