Skip to content

Commit afef7fb

Browse files
committed
venv for uv
1 parent 499dbf3 commit afef7fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145

146146
- name: Install uv
147147
uses: astral-sh/setup-uv@v1
148+
with:
149+
enable-cache: true
148150

149151
- name: Install dependencies
150152
run: |
@@ -342,7 +344,9 @@ jobs:
342344
enable-cache: true
343345

344346
- name: Install dependencies
345-
run: uv pip install .[dev]
347+
run: |
348+
uv venv
349+
uv pip install .[dev]
346350
347351
- name: Run tests
348352
run: |

0 commit comments

Comments
 (0)