Skip to content

Commit c6bc489

Browse files
committed
Restrict to python 3.11 to allow torch to be pip installed on macOS.
1 parent 30827b4 commit c6bc489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_suite_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Python
9090
uses: actions/setup-python@v5
9191
with:
92-
python-version: '3.x'
92+
python-version: '3.11'
9393

9494
- name: Install PyTorch
9595
run: |

.github/workflows/test_suite_ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: '3.x'
81+
python-version: '3.11'
8282

8383
- name: Install PyTorch
8484
run: |

0 commit comments

Comments
 (0)