From 928cb2a96aaee9b7f2a7dff29b2cc20f12a66942 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 31 Aug 2023 09:12:54 -0500 Subject: [PATCH] ci: Use latest wretry action --- .github/workflows/ci.yml | 2 +- .github/workflows/pytest-workflow.yml | 2 +- .github/workflows/pytest-workflow_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d42e81ad..90b343388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: run: conda clean -a - name: Run pipeline with tests settings - uses: Wandalen/wretry.action@v1.0.11 + uses: Wandalen/wretry.action@v1 with: command: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.test }} --symlink --kwdof --git-aware --color=yes attempt_limit: 3 diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 839431406..257fc36a8 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -152,7 +152,7 @@ jobs: run: conda clean -a - name: Run pytest-workflow - uses: Wandalen/wretry.action@v1.0.11 + uses: Wandalen/wretry.action@v1 with: command: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof --git-aware --color=yes attempt_limit: 3 diff --git a/.github/workflows/pytest-workflow_release.yml b/.github/workflows/pytest-workflow_release.yml index e7dc4b7c6..2b5fe29d5 100644 --- a/.github/workflows/pytest-workflow_release.yml +++ b/.github/workflows/pytest-workflow_release.yml @@ -122,7 +122,7 @@ jobs: run: conda clean -a - name: Run pytest-workflow - uses: Wandalen/wretry.action@v1.0.11 + uses: Wandalen/wretry.action@v1 with: command: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof --git-aware --color=yes attempt_limit: 3