Skip to content

Commit c9a8fc4

Browse files
committed
Pin to Python 3.10
1 parent ff2768c commit c9a8fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 #v4.1.7
1212

13+
# Update the version to '3.x' when cmake-lint updates
1314
- name: Set up Python
1415
uses: actions/setup-python@v6
1516
with:
16-
python-version: '3.x'
17+
python-version: '3.10'
1718

1819
- name: Set up cmake-lint
1920
run: pip install cmake-lint

0 commit comments

Comments
 (0)