We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c109c3a commit 90fdad7Copy full SHA for 90fdad7
.github/scripts/validate_binaries.sh
@@ -8,7 +8,7 @@
8
AWS_ENABLED=1
9
if [[ ${MATRIX_PACKAGE_TYPE} = "conda" ]]; then
10
conda install -y torchdata -c "${PYTORCH_CONDA_CHANNEL}"
11
- if [[ ${TARGET_OS} = "windows" ]]; then
+ if [[ ${TARGET_OS:-} = "windows" ]]; then
12
AWS_ENABLED=0
13
fi
14
else
0 commit comments