Skip to content

Commit 5967833

Browse files
authored
Merge branch 'master' into an/hot-fix-mpi-time
2 parents 0a0806a + d7e454d commit 5967833

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ jobs:
385385
uses: codecov/[email protected]
386386
with:
387387
files: coverage.xml
388+
token: ${{ secrets.CODECOV_TOKEN }}
388389
- name: Upload coverage report artifact
389390
id: upload-cov
390391
uses: actions/upload-artifact@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.14.0
25+
rev: v0.14.1
2626
hooks:
2727
- id: ruff
2828
args: [--fix]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==2.3.3
1+
numpy==2.3.4
22
XlsxWriter==3.2.9
33
PyYAML==6.0.3
44
pre-commit==4.3.0

0 commit comments

Comments
 (0)