Skip to content

Commit a3c14dd

Browse files
committed
Python 3.10 for now, 3.11 will be the default soon
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 1b5c12e commit a3c14dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- dev
1212

1313
env:
14-
PYTHON_VER: '3.11'
14+
PYTHON_VER: '3.10'
1515
PYTORCH_VER: '2.8.0'
1616
PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu" # forces CPU PyTorch installation, should be faster
1717

0 commit comments

Comments
 (0)