Skip to content

Commit 25f7174

Browse files
authored
fix: Use python3.10 to run pr-check (#4604)
1 parent f8b5d69 commit 25f7174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ jobs:
9494
distribution: 'zulu'
9595
java-version: '11'
9696

97+
- name: Set up Python
98+
uses: actions/setup-python@v5
99+
with:
100+
python-version: '3.10'
101+
97102
- name: Get PR Changes
98103
uses: dorny/paths-filter@v3
99104
id: changes

0 commit comments

Comments
 (0)