From 989e707900bf004665cc1b60124c2cff4223416a Mon Sep 17 00:00:00 2001 From: Bob Cao Date: Thu, 25 Apr 2024 02:41:39 -0700 Subject: [PATCH] Test on linux with 3.12 as well --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d11efcbdaf95b..524b6539a1868 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -200,7 +200,7 @@ jobs: - ${{ matrix.driver }} - ${{ matrix.extra_markers == 'sm70' && 'sm70' || 'Linux' }} env: - PY: '3.11' + PY: '3.12' PROJECT_NAME: taichi TAICHI_CMAKE_ARGS: >- -DTI_WITH_OPENGL:BOOL=ON