Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ default:
retry:
max: 2
when: runner_system_failure
include: .gitlab/workflows/**.yml
include:
- local: .gitlab/workflows/**.yml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.29.4
pipx install --force check-jsonschema==0.30.0
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.21.0
pipx install --force pre-commit==4.0.1
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.29.4
pipx install --force check-jsonschema==0.30.0
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.21.0
pipx install --force pre-commit==4.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ default:
retry:
max: 2
when: runner_system_failure
include: .gitlab/workflows/**.yml
include:
- local: .gitlab/workflows/**.yml