Skip to content

Commit 97acce6

Browse files
Bump Wandalen/wretry.action from 3.7.0 to 3.7.2 (#701)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.0 to 3.7.2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v3.7.0...v3.7.2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amrit Krishnan <amrit110@gmail.com>
1 parent 8002dfe commit 97acce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mpirun -n 2 python -m pytest --only-mpi
5959
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
6060
- name: Upload coverage to Codecov
61-
uses: Wandalen/wretry.action@v3.7.0
61+
uses: Wandalen/wretry.action@v3.7.2
6262
with:
6363
action: codecov/codecov-action@v4.0.0
6464
with: |

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
poetry install --with test --all-extras
4545
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
4646
- name: Upload coverage to Codecov
47-
uses: Wandalen/wretry.action@v3.7.0
47+
uses: Wandalen/wretry.action@v3.7.2
4848
with:
4949
action: codecov/codecov-action@v4.0.0
5050
with: |

0 commit comments

Comments
 (0)