Skip to content

Deleted TODO in construct_nodes.py line 49 and fixed DAC case study #146

Deleted TODO in construct_nodes.py line 49 and fixed DAC case study

Deleted TODO in construct_nodes.py line 49 and fixed DAC case study #146

Workflow file for this run

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