File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments