Skip to content

Commit f773192

Browse files
authored
Need to specificy the python version in the setup-python action (#1998)
1 parent 5b64bf2 commit f773192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format-command.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
# Setup Python environment
2424
- uses: actions/[email protected]
25+
with:
26+
python-version: '3.10'
2527

2628
# Install formatting tools
2729
- name: Install formatting tools

0 commit comments

Comments
 (0)