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 2
2
3
3
on :
4
4
merge_group :
5
+ pull_request :
5
6
push :
6
7
# We need to explicitly include tags because otherwise when adding
7
8
# `branches-ignore` it will only trigger on branches.
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ dependencies = [
31
31
# (plugins.mkdocstrings.handlers.python.import)
32
32
" frequenz-client-microgrid >= 0.9.0, < 0.10.0" ,
33
33
" 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-python@refs/pull/431/head" ,
35
36
" frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0" ,
36
37
" networkx >= 2.8, < 4" ,
37
38
" numpy >= 2, < 3" ,
You can’t perform that action at this time.
0 commit comments