[DEV-4333] Removed the code that tried to do a subselection on the 'generationSpec' property of an opendss model because the backend is now returning a string instead of an object. #165
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Python Lib Build | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: zepben/.github/.github/workflows/python-build.yml@main | |
| secrets: inherit | |