Skip to content

Commit 378d9a4

Browse files
authored
Update build-cmake.yml
1 parent 2263b87 commit 378d9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
script: |
3434
set -euo pipefail
3535
36-
export PYTHON_VERSION=3.9
36+
export PYTHON_VERSION=3.10
3737
export GPU_ARCH_TYPE=${{ matrix.gpu-arch-type }}
3838
export GPU_ARCH_VERSION=${{ matrix.gpu-arch-version }}
3939
./.github/scripts/cmake.sh
@@ -52,7 +52,7 @@ jobs:
5252
script: |
5353
set -euo pipefail
5454
55-
export PYTHON_VERSION=3.9
55+
export PYTHON_VERSION=3.10
5656
export GPU_ARCH_TYPE=cpu
5757
export GPU_ARCH_VERSION=''
5858

0 commit comments

Comments
 (0)