Skip to content

Commit bc2eff8

Browse files
committed
Fix CI: install all dependency groups for lmdb import chain
1 parent 4a6c7a1 commit bc2eff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: uv python install 3.12
3636

3737
- name: Install dependencies
38-
run: uv sync --group test --group dev
38+
run: uv sync --all-groups
3939

4040
- name: Install PostgreSQL
4141
run: |

0 commit comments

Comments
 (0)