Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mpes_elab_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 6, 2025
2 parents cf2abc6 + 6b927a2 commit 79547d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: benchmark
on:
workflow_dispatch:
push:
branches: [ main, v1_feature_branch, create-pull-request/patch ]
paths-ignore:
pyproject.toml
branches: [ main]
pull_request:
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: linting
# Triggers the workflow on push for all branches
on:
push:
paths-ignore:
pyproject.toml

env:
UV_SYSTEM_PYTHON: true
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: pytest and coverage report
# Triggers the workflow on push for all branches and PR only for main
on:
push:
branches: [ main, v1_feature_branch ]
paths-ignore:
pyproject.toml
branches: [ main ]
pull_request:
branches: [ main, v1_feature_branch ]
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
- cron: '0 1 * * 1'
workflow_dispatch:
push:
branches: [ main, v1_feature_branch ]
paths-ignore:
pyproject.toml
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ notebook = [
"jupyterlab>=4.0",
"jupyterlab-h5web>=8.0.0",
]
all = [
"sed-processor[dev,docs,notebook]",
]

[tool.coverage.report]
omit = [
Expand Down

0 comments on commit 79547d3

Please sign in to comment.