File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33on :
44 merge_group :
5+ pull_request :
56 push :
67 # We need to explicitly include tags because otherwise when adding
78 # `branches-ignore` it will only trigger on branches.
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ dependencies = [
3131 # (plugins.mkdocstrings.handlers.python.import)
3232 " frequenz-client-microgrid >= 0.9.0, < 0.10.0" ,
3333 " frequenz-client-common >= 0.3.2, < 0.4.0" ,
34- " frequenz-channels >= 1.6.1, < 2.0.0" ,
34+ # "frequenz-channels >= 1.6.1, < 2.0.0",
35+ " frequenz-channels @ git+https://github.com/frequenz-floss/frequenz-channels.git@refs/pull/431/head" ,
3536 " frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0" ,
3637 " networkx >= 2.8, < 4" ,
3738 " numpy >= 2, < 3" ,
You can’t perform that action at this time.
0 commit comments