We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4c459 commit 7c4d98cCopy full SHA for 7c4d98c
1 file changed
.github/workflows/claude.yml
@@ -62,7 +62,9 @@ jobs:
62
enable-cache: true
63
64
- name: Install dependencies
65
- run: uv sync
+ run: |
66
+ uv venv --seed
67
+ uv sync
68
69
- name: Configure AWS Credentials
70
uses: aws-actions/configure-aws-credentials@v6
@@ -322,7 +324,9 @@ jobs:
322
324
323
325
326
327
328
329
330
331
332
0 commit comments