We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c498ffc commit 678a9eeCopy full SHA for 678a9ee
.github/workflows/build-test-and-sonar.yml
@@ -124,7 +124,7 @@ jobs:
124
path: wheelhouse/
125
126
- name: Install built wheel file
127
- run: pip install power-grid-model-ds[dev]==${{ needs.build-python.outputs.version }} --find-links=wheelhouse
+ run: pip install power-grid-model-ds[dev,visualizer]==${{ needs.build-python.outputs.version }} --find-links=wheelhouse
128
129
- name: Unit test and coverage
130
run: pytest --verbose
0 commit comments