Skip to content

build(deps): bump networkx from 3.3 to 3.4.1 #67

build(deps): bump networkx from 3.3 to 3.4.1

build(deps): bump networkx from 3.3 to 3.4.1 #67

Workflow file for this run

---
name: Dev-Workflow
on:
push:
branches-ignore:
- main
workflow_dispatch:
jobs:
call-ci-workflow:
uses: ./.github/workflows/ci.yml
call-release-tst-workflow:
uses: ./.github/workflows/release-tst.yml
secrets: inherit
call-container-build-workflow:
needs:
- call-ci-workflow
uses: ./.github/workflows/build-container.yml
with:
container-tag: dev
secrets: inherit