Skip to content

Commit

Permalink
Try add Powsybl_jll as dev.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Aug 6, 2024
1 parent f8f0191 commit f6d3295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
julia build_local.jl --verbose --deploy="local"
- name: Setup Powsybl_jll as dev package
run: |
eval "julia -e 'using Pkg; Pkg.REPLMode.PRINTED_REPL_WARNING[] = true; pkg\"dev Powsybl_jll\"'"
- name: Install Powsybl package
run: |
eval "julia -e 'using Pkg; Pkg.REPLMode.PRINTED_REPL_WARNING[] = true; pkg\"dev .\"'"
Expand Down

0 comments on commit f6d3295

Please sign in to comment.