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 131c0b2 commit 0681fe2Copy full SHA for 0681fe2
.github/workflows/build-test-release.yml
@@ -89,7 +89,7 @@ jobs:
89
name: power-grid-model-io
90
path: wheelhouse/
91
92
- - name: Install built wheel file (Python 3.11 and 3.12)
+ - name: Install built wheel file
93
run: pip install power-grid-model-io[dev]==${{ needs.build-python.outputs.version }} --find-links=wheelhouse
94
95
- name: Unit test and coverage
0 commit comments