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.
2 parents 93a58c6 + d974e4a commit 16ec464Copy full SHA for 16ec464
.github/workflows/nightly.yml
@@ -55,6 +55,7 @@ jobs:
55
set -eux
56
# Intentionally suppressing exit code for now.
57
# TODO (gjcomer) Remove this when jobs are stable.
58
+ EXIT_CODE=0
59
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}" || EXIT_CODE=$?
60
echo "Test run complete with exit code $EXIT_CODE."
61
@@ -78,5 +79,6 @@ jobs:
78
79
# This is needed to get the prebuilt PyTorch wheel from S3
80
${CONDA_RUN} --no-capture-output pip install awscli==1.37.21
81
82
83
.ci/scripts/backend-test-macos.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}" || EXIT_CODE=$?
84
0 commit comments