Skip to content

Commit 34e5828

Browse files
committed
ci(gitlab): add more cache key file options
1 parent 9dac855 commit 34e5828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'gitlab' %}.gitlab-ci.yml{% endif %}

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ stages:
2424
key:
2525
files:
2626
- pyproject.toml
27+
- uv.lock
28+
- requirements*.txt
29+
- "**/requirements*.txt"
2730
paths:
2831
- $UV_CACHE_DIR
2932
- $PIP_CACHE_DIR

0 commit comments

Comments
 (0)