Skip to content

Commit 87cdc8c

Browse files
authored
Make sure TARGET_OS="linux" is set for validate_docker_images.yml
1 parent f8e5f34 commit 87cdc8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_docker_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
set -ex
3737
export MATRIX_GPU_ARCH_TYPE="cuda"
3838
export MATRIX_GPU_ARCH_VERSION="${{ matrix.cuda }}"
39+
export TARGET_OS="linux"
3940
python test/smoke_test/smoke_test.py --package torchonly --runtime-error-check enabled

0 commit comments

Comments
 (0)