Skip to content

Commit 402b626

Browse files
authored
Improve dependencies pipeline (#85)
* also run uv lock * also run uv lock
1 parent 4d9850b commit 402b626

File tree

2 files changed

+717
-655
lines changed

2 files changed

+717
-655
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
--precommit-config .pre-commit-config.yaml \
3232
--precommit-config "{{cookiecutter.project_name}}/.pre-commit-config.yaml"
3333
34+
- name: Update lockfile
35+
run: uv lock
36+
3437
- name: Create Pull Request
3538
uses: peter-evans/create-pull-request@v7
3639
with:

0 commit comments

Comments
 (0)