Deleted TODO in construct_nodes.py line 49 and fixed DAC case study #146
Workflow file for this run
This file contains 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: Develop | |
on: | |
pull_request: | |
branches: | |
- 'develop' | |
jobs: | |
pin_requirements: | |
uses: ./.github/workflows/pin_requirements.yml | |
secrets: inherit | |
autoformatting: | |
needs: pin_requirements | |
uses: ./.github/workflows/autoformatting.yml | |
testing: | |
needs: autoformatting | |
uses: ./.github/workflows/testing.yml | |
secrets: inherit |