Skip to content

Commit 55f1ec1

Browse files
Update .github/workflows/ci.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1aac48d commit 55f1ec1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v2
24+
with:
25+
cache: true # enables automatic actions/cache reuse
2426

2527
- name: Install dev dependencies with uv
2628
working-directory: api-server
2729
run: |
2830
uv sync --group dev
29-
3031
- name: Run tests with pytest
3132
working-directory: api-server
3233
run: |

0 commit comments

Comments
 (0)