Skip to content

Commit 866be5e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4.2.2
2 parents 99607c5 + bd8346c commit 866be5e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Set up Node.js
42-
uses: actions/setup-node@v4.0.4
42+
uses: actions/setup-node@v4.1.0
4343
with:
4444
node-version: 18
4545
cache: yarn

.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.5.0
61+
uses: Wandalen/wretry.action@v3.7.0
6262
with:
6363
action: codecov/[email protected]
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.5.0
47+
uses: Wandalen/wretry.action@v3.7.0
4848
with:
4949
action: codecov/[email protected]
5050
with: |

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ optional = true
9494

9595
[tool.poetry.group.test.dependencies]
9696
pytest = "^7.1.1"
97-
pre-commit = "^2.17.0"
97+
pre-commit = "^4.0.0"
9898
pytest-cov = "^3.0.0"
9999
codecov = "^2.1.13"
100100
nbstripout = "^0.6.1"

0 commit comments

Comments
 (0)