Skip to content

Commit 678a9ee

Browse files
committed
Install visualizer in CI
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent c498ffc commit 678a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
path: wheelhouse/
125125

126126
- name: Install built wheel file
127-
run: pip install power-grid-model-ds[dev]==${{ needs.build-python.outputs.version }} --find-links=wheelhouse
127+
run: pip install power-grid-model-ds[dev,visualizer]==${{ needs.build-python.outputs.version }} --find-links=wheelhouse
128128

129129
- name: Unit test and coverage
130130
run: pytest --verbose

0 commit comments

Comments
 (0)