Skip to content

Commit 8573a67

Browse files
committed
ci: add setup-uv action to ng-renovate workflow
This is needed as `angular/web-codegen-scorer` uses Python. ``` Renovate is exiting with a non-zero code due to the following logged errors "loggerErrors": [ { "name": "renovate", "level": 50, "logContext": "7409c965-dd29-4716-9008-218094f5b2ab", "repository": "angular/web-codegen-scorer", "branch": "ng-renovate/lock-file-maintenance", "baseBranch": "main", "err": { "errno": -2, "code": "ENOENT", "syscall": "spawn uv", "path": "uv", "spawnargs": ["lock", "--upgrade"], "message": "spawn uv ENOENT", "stack": "Error: spawn uv ENOENT\n at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19)\n at onErrorNT (node:internal/child_process:484:16)\n at processTicksAndRejections (node:internal/process/task_queues:89:21)" }, "msg": "unhandledRejection" } ] ```
1 parent 6fa596f commit 8573a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cache-dependency-path: './.github/ng-renovate/pnpm-lock.yaml'
3737
- run: pnpm install --frozen-lockfile
3838
working-directory: ./.github/ng-renovate
39+
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 #v7.2.1
3940
- run: pnpm exec renovate
4041
working-directory: ./.github/ng-renovate
4142
env:

0 commit comments

Comments
 (0)