From 1748ff16374c7aba487a199ae70de7ee46b9239a Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 26 Jul 2023 12:35:48 +0800 Subject: [PATCH] small fixes --- .github/workflows/macos-cpu-wheels.yml | 16 ---------------- .github/workflows/ubuntu-cpu-wheels.yml | 16 ---------------- .github/workflows/ubuntu-cuda-wheels.yml | 16 ---------------- .github/workflows/windows-x64-cpu-wheels.yml | 16 ---------------- 4 files changed, 64 deletions(-) diff --git a/.github/workflows/macos-cpu-wheels.yml b/.github/workflows/macos-cpu-wheels.yml index 3276f10..bbb8ec6 100644 --- a/.github/workflows/macos-cpu-wheels.yml +++ b/.github/workflows/macos-cpu-wheels.yml @@ -42,15 +42,6 @@ jobs: with: fetch-depth: 0 - - name: display - shell: bash - run: | - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - - retry ls -lh - # see https://cibuildwheel.readthedocs.io/en/stable/changelog/ # for a list of versions - name: Build wheels @@ -64,15 +55,8 @@ jobs: - name: Display wheels shell: bash run: | - - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - ls -lh ./wheelhouse/ - ls -lh ./wheelhouse/*.whl - - name: Upload Wheel uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/ubuntu-cpu-wheels.yml b/.github/workflows/ubuntu-cpu-wheels.yml index e2b499e..6f9507a 100644 --- a/.github/workflows/ubuntu-cpu-wheels.yml +++ b/.github/workflows/ubuntu-cpu-wheels.yml @@ -42,15 +42,6 @@ jobs: with: fetch-depth: 0 - - name: display - shell: bash - run: | - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - - retry ls -lh - # see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py # https://github.com/pytorch/builder/tree/main/manywheel # https://github.com/pytorch/builder/pull/476 @@ -74,15 +65,8 @@ jobs: - name: Display wheels shell: bash run: | - - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - ls -lh ./wheelhouse/ - ls -lh ./wheelhouse/*.whl - - name: Upload Wheel uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml index 2dae310..bcfc307 100644 --- a/.github/workflows/ubuntu-cuda-wheels.yml +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -42,15 +42,6 @@ jobs: with: fetch-depth: 0 - - name: display - shell: bash - run: | - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - - retry ls -lh - # see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py # https://github.com/pytorch/builder/tree/main/manywheel # https://github.com/pytorch/builder/pull/476 @@ -85,15 +76,8 @@ jobs: - name: Display wheels shell: bash run: | - - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - ls -lh ./wheelhouse/ - ls -lh ./wheelhouse/*.whl - - name: Upload Wheel uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/windows-x64-cpu-wheels.yml b/.github/workflows/windows-x64-cpu-wheels.yml index 6748c7b..17f1793 100644 --- a/.github/workflows/windows-x64-cpu-wheels.yml +++ b/.github/workflows/windows-x64-cpu-wheels.yml @@ -42,15 +42,6 @@ jobs: with: fetch-depth: 0 - - name: display - shell: bash - run: | - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - - retry ls -lh - # see https://cibuildwheel.readthedocs.io/en/stable/changelog/ # for a list of versions - name: Build wheels @@ -64,15 +55,8 @@ jobs: - name: Display wheels shell: bash run: | - - function retry() { - $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) - } - ls -lh ./wheelhouse/ - ls -lh ./wheelhouse/*.whl - - name: Upload Wheel uses: actions/upload-artifact@v2 with: