Skip to content

Commit 76a81a5

Browse files
committed
Install uv and prettier
1 parent 6f66d3e commit 76a81a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ jobs:
2525
with:
2626
version: 9.0.0
2727

28+
- name: Install Poetry
29+
uses: snok/install-poetry@v1
30+
with:
31+
version: latest
32+
virtualenvs-create: true
33+
virtualenvs-in-project: true
34+
35+
- name: Install uv
36+
uses: astral-sh/setup-uv@v6
37+
2838
- name: Setup pnpm cache
2939
uses: actions/cache@v4
3040
with:

0 commit comments

Comments
 (0)