Skip to content

Commit a5521af

Browse files
committed
Try channels select() fix
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 9665f64 commit a5521af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
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.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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-python@refs/pull/431/head",
3536
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3637
"networkx >= 2.8, < 4",
3738
"numpy >= 2, < 3",

0 commit comments

Comments
 (0)