We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f739ab commit 391a913Copy full SHA for 391a913
.github/workflows/pytest_cpu.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
runner: ["windows-x86-n2-64", "linux-x86-n2-64", "linux-arm64-t2a-48"]
18
- python: ["3.12"]
+ python: ["3.10"]
19
20
runs-on: ${{ matrix.runner }}
21
container: ${{ (contains(matrix.runner, 'linux-x86') && 'gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest') ||
0 commit comments