Skip to content

Commit 466e1a7

Browse files
authored
Update tests.yml
1 parent 91b4bf0 commit 466e1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runner: ["linux.12xlarge"]
2121
gpu-arch-type: ["cpu"]
2222
include:
23-
- python-version: 3.10
23+
- python-version: "3.10"
2424
runner: linux.g5.4xlarge.nvidia.gpu
2525
gpu-arch-type: cuda
2626
gpu-arch-version: "12.6"
@@ -154,7 +154,7 @@ jobs:
154154
script: |
155155
set -euo pipefail
156156
157-
export PYTHON_VERSION=3.10
157+
export PYTHON_VERSION="3.10"
158158
export GPU_ARCH_TYPE=cpu
159159
export GPU_ARCH_VERSION=''
160160

0 commit comments

Comments
 (0)