File tree Expand file tree Collapse file tree 4 files changed +2258
-1316
lines changed Expand file tree Collapse file tree 4 files changed +2258
-1316
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
python -m pip install --upgrade pip
40
40
pip install uv
41
- uv venv
42
- uv pip install -e ".[test]"
41
+ uv sync --no-group test-gpu --extra test
43
42
- name : Create matrix id
44
43
id : matrix-id
45
44
env :
Original file line number Diff line number Diff line change 37
37
run : |
38
38
python -m pip install --upgrade pip
39
39
pip install uv
40
- uv venv
41
- uv pip install -e ".[test]"
40
+ uv sync --no-group test-gpu --extra test
42
41
43
42
- name : Create matrix id
44
43
id : matrix-id
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ test = [
93
93
" iso3166" ,
94
94
" requests" ,
95
95
]
96
- test-gpu =[" outlines[test]" , " vllm; sys_platform == 'linux'" ]
96
+
97
+ [dependency-groups ]
98
+ test-gpu = [" outlines[test]" , " vllm; sys_platform == 'linux'" ]
97
99
98
100
[project .urls ]
99
101
homepage = " https://github.com/dottxt-ai/outlines"
You can’t perform that action at this time.
0 commit comments