Skip to content

Commit c936284

Browse files
Remove the all-groups flag since it is not needed for the benchmarks
1 parent 264b7f4 commit c936284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.12'
2727

2828
- name: Install dependencies
29-
run: uv sync --all-groups
29+
run: uv sync
3030

3131
# Cache benchmark results
3232
- name: Cache benchmark results

0 commit comments

Comments
 (0)