Skip to content

Commit

Permalink
ci: fir workflow missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Oct 10, 2024
1 parent 5667639 commit ec893b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
timeout-minutes: 10
uses: actions/checkout@v4

- name: Setup Graphviz
timeout-minutes: 10
uses: ts-graphviz/setup-graphviz@v2

- name: Setup python / PDM
timeout-minutes: 10
uses: ./.github/actions/pdm
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
timeout-minutes: 10
uses: actions/checkout@v4

- name: Setup Graphviz
timeout-minutes: 10
uses: ts-graphviz/setup-graphviz@v2

- name: Setup python / PDM
timeout-minutes: 10
uses: ./.github/actions/pdm
Expand Down

0 comments on commit ec893b9

Please sign in to comment.