Skip to content

Commit 581f52a

Browse files
committed
Use uv without virtual env
1 parent 5bae455 commit 581f52a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
build:
9+
env:
10+
UV_SYSTEM_PYTHON: 1 # Allow uv to run without virtualenv
911
runs-on: ubuntu-latest
1012
strategy:
1113
matrix:

0 commit comments

Comments
 (0)