Skip to content

Commit 08e356d

Browse files
committed
ci: remove unused uv install step from node-only workflows
These 8 workflows install uv but never invoke it. Only e2e_dojo.yml actually needs uv (the dojo scripts use uv sync/run for Python agents). Removing the unnecessary step saves CI time and reduces confusion.
1 parent f8acf7a commit 08e356d

8 files changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/e2e_examples.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
restore-keys: |
6969
${{ runner.os }}-pnpm-store-
7070
71-
- name: Install uv
72-
uses: astral-sh/setup-uv@v6
73-
7471
- name: Install dependencies
7572
run: pnpm install --frozen-lockfile
7673

.github/workflows/publish_custom-pre.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
with:
1919
version: "10.13.1"
2020

21-
- name: Install uv
22-
uses: astral-sh/setup-uv@v6
23-
2421
- name: Setup Node
2522
uses: actions/setup-node@v4
2623
with:

.github/workflows/publish_release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
with:
3030
version: "10.13.1"
3131

32-
- name: Install uv
33-
uses: astral-sh/setup-uv@v6
34-
3532
- name: Install Dependencies
3633
run: pnpm i
3734

.github/workflows/static_commitlint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
with:
2525
version: "10.13.1"
2626

27-
- name: Install uv
28-
uses: astral-sh/setup-uv@v6
29-
3027
- name: Use Node.js 20
3128
uses: actions/setup-node@v4
3229
with:

.github/workflows/static_danger.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
version: "10.13.1"
2525

26-
- name: Install uv
27-
uses: astral-sh/setup-uv@v6
28-
2926
- name: Use Node.js ${{ matrix.node-version }}
3027
uses: actions/setup-node@v2
3128
with:

.github/workflows/static_quality.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
with:
3939
version: "10.13.1"
4040

41-
- name: Install uv
42-
uses: astral-sh/setup-uv@v6
43-
4441
- name: Use Node.js 20
4542
uses: actions/setup-node@v3
4643
with:
@@ -65,9 +62,6 @@ jobs:
6562
with:
6663
version: "10.13.1"
6764

68-
- name: Setup uv
69-
uses: astral-sh/setup-uv@v6
70-
7165
- name: Use Node.js 20
7266
uses: actions/setup-node@v3
7367
with:
@@ -92,9 +86,6 @@ jobs:
9286
with:
9387
version: "10.13.1"
9488

95-
- name: Install uv
96-
uses: astral-sh/setup-uv@v6
97-
9889
- name: Use Node.js 20
9990
uses: actions/setup-node@v3
10091
with:

.github/workflows/test_unit-v1.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
with:
4949
version: "10.13.1"
5050

51-
- name: Install uv
52-
uses: astral-sh/setup-uv@v6
53-
5451
- name: Use Node.js ${{ matrix.node-version }}
5552
uses: actions/setup-node@v4
5653
with:

.github/workflows/test_unit-v2.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
with:
4545
version: "10.13.1"
4646

47-
- name: Install uv
48-
uses: astral-sh/setup-uv@v6
49-
5047
- name: Use Node.js ${{ matrix.node-version }}
5148
uses: actions/setup-node@v4
5249
with:

0 commit comments

Comments
 (0)