Skip to content

Updated b_tec.set_output_carriers_ccs.[1] with .at(1) in technology.p… #195

Updated b_tec.set_output_carriers_ccs.[1] with .at(1) in technology.p…

Updated b_tec.set_output_carriers_ccs.[1] with .at(1) in technology.p… #195

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