Skip to content

Commit 3e789df

Browse files
committed
ci: pin Python version in CI - test suite and static-analysis.
* No wheels for PyTorch for 3.14 * Issues installing pygit for cpp-linter
1 parent 148dfef commit 3e789df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: '3.x'
59+
python-version: '3.13' # Use 3.13 as no PyTorch wheels for 3.14 yet.
6060

6161
- name: Install Dependencies
6262
run: |

.github/workflows/test_suite_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Python
112112
uses: actions/setup-python@v5
113113
with:
114-
python-version: '3.x'
114+
python-version: '3.13' # Use 3.13 as no PyTorch wheels for 3.14 yet.
115115

116116
- name: Install PyTorch
117117
run: |
@@ -205,7 +205,7 @@ jobs:
205205
- name: Install Python
206206
uses: actions/setup-python@v5
207207
with:
208-
python-version: '3.x'
208+
python-version: '3.13' # Use 3.13 as no PyTorch wheels for 3.14 yet.
209209

210210
- name: Install PyTorch
211211
run: |

0 commit comments

Comments
 (0)