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