Skip to content

Commit ec7cae8

Browse files
committed
added group to uv
1 parent 576cca4 commit ec7cae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ jobs:
151151
- name: Install dependencies
152152
run: |
153153
uv pip install --system -e "./ragas[dev]"
154-
uv pip install --system -e "./experimental[dev]"
154+
uv pip install --system -e "./experimental" --group dev
155155
156156
- name: Run experimental tests
157157
run: |
158-
cd experimental && uv run pytest
158+
cd experimental && uv run pytest -v --tb=short
159159
env:
160160
__RAGAS_DEBUG_TRACKING: true
161161
RAGAS_DO_NOT_TRACK: true
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install dependencies
195195
run: |
196196
uv pip install --system -e "./ragas[dev]"
197-
uv pip install --system -e "./experimental[dev]"
197+
uv pip install --system -e "./experimental" --group dev
198198
199199
- name: Format check (dry run)
200200
run: |

0 commit comments

Comments
 (0)