Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 9c3df04

Browse files
committed
fix: e2e pipeline
1 parent 2494d5c commit 9c3df04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache-dependency-glob: "pyproject.toml uv.toml"
2929

3030
- name: Install dependencies
31-
run: uv sync --extras dev
31+
run: uv sync --all-extras --dev
3232

3333
- name: Run E2E tests
3434
run: uv run ./scripts/run_e2e_tests.sh

0 commit comments

Comments
 (0)