File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,11 @@ jobs:
9191 fail-fast : false
9292 matrix :
9393 python-version :
94- - " pypy-3.9"
95- - " pypy-3.10"
96- - " 3.9"
97- - " 3.10"
94+ # disabled due to librt is not available on this pypy version
95+ # - "pypy-3.9"
96+ # - "pypy-3.10"
97+ # - "3.9"
98+ # - "3.10"
9899 - " 3.11"
99100 - " 3.12"
100101 steps :
Original file line number Diff line number Diff line change @@ -907,7 +907,7 @@ def get_variation_for_holdout(
907907
908908 # Create Decision for holdout - pass holdout dict as experiment, source is HOLDOUT
909909 holdout_decision : Decision = Decision (
910- experiment = None ,
910+ experiment = holdout , # type: ignore[arg-type]
911911 variation = variation ,
912912 source = enums .DecisionSources .HOLDOUT ,
913913 cmab_uuid = None
You can’t perform that action at this time.
0 commit comments