Skip to content

Commit ef7a067

Browse files
Ensure uv environment is activated in CI
1 parent b9ec63c commit ef7a067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Install uv
4040
uses: astral-sh/setup-uv@v6
41+
with:
42+
activate-environment: true
4143

4244
- name: Setup workspace
4345
run: |

0 commit comments

Comments
 (0)