Skip to content

Commit 391a913

Browse files
committed
change to python 3.10
1 parent 9f739ab commit 391a913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
runner: ["windows-x86-n2-64", "linux-x86-n2-64", "linux-arm64-t2a-48"]
18-
python: ["3.12"]
18+
python: ["3.10"]
1919

2020
runs-on: ${{ matrix.runner }}
2121
container: ${{ (contains(matrix.runner, 'linux-x86') && 'gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest') ||

0 commit comments

Comments
 (0)