Skip to content

Commit c72d59e

Browse files
authored
Merge pull request #14 from openscm/CI-fixes
Fixed bump CI job
2 parents 60017f5 + fd4814f commit c72d59e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/bump.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
# Propogate new version to meson.build
6565
uv run --no-sync python scripts/propogate-pyproject-metadata.py
6666
67-
# Lock everything again
67+
# Update all the lock files
6868
git add .
69-
uv run --no-sync pre-commit run --all-files
7069
uv sync --no-editable --all-extras --group all-dev
71-
git add .
70+
uv run --no-sync pre-commit run --all-files || git add .
71+
# Make sure that we're now in a 'good' state
7272
uv run --no-sync pre-commit run --all-files
7373
7474
# Commit, tag and push

changelog/14.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed bump broken action.

0 commit comments

Comments
 (0)