Skip to content

Commit 4db5b82

Browse files
kh31d4rmosbth
authored andcommitted
Set exact python version in automation
To prevent changes in python from breaking the build.
1 parent 735ebf5 commit 4db5b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Set up Python
77
uses: actions/setup-python@v5
88
with:
9-
python-version: '3.x'
9+
python-version: '3.11'
1010
cache: 'pip'
1111
cache-dependency-path: .requirements.txt
1212
- name: Install dependencies

0 commit comments

Comments
 (0)