Skip to content

Commit 8121ec6

Browse files
committed
Restrict to python 3.11 to allow torch to be pip installed on macOS.
1 parent 27232e8 commit 8121ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Python
7575
uses: actions/setup-python@v5
7676
with:
77-
python-version: '3.x'
77+
python-version: '3.11'
7878

7979
- name: Install PyTorch
8080
run: |

0 commit comments

Comments
 (0)