Skip to content

Commit

Permalink
sleep30min
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 2, 2023
1 parent 58c9f0c commit 9c9a96e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ jobs:
# Ensure that pytorch version is pinned, should output file where it was found
grep "Requires-Dist: torch (==.*)" -r .
)
if [[ ${{ inputs.architecture }} == 'ARM64' ]]; then
sleep 30m
fi
if [[ (! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT}) ]]; then
echo "${{ inputs.repository }}/${SMOKE_TEST_SCRIPT} not found"
if [[ "${PACKAGE_NAME}" = "torchrec" ]]; then
Expand Down

0 comments on commit 9c9a96e

Please sign in to comment.