Skip to content

Commit

Permalink
Make sure TARGET_OS="linux" is set for validate_docker_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Apr 11, 2024
1 parent f8e5f34 commit 87cdc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
set -ex
export MATRIX_GPU_ARCH_TYPE="cuda"
export MATRIX_GPU_ARCH_VERSION="${{ matrix.cuda }}"
export TARGET_OS="linux"
python test/smoke_test/smoke_test.py --package torchonly --runtime-error-check enabled

0 comments on commit 87cdc8c

Please sign in to comment.