Skip to content

Commit

Permalink
Enable EVC for parallel worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Jul 23, 2021
1 parent 42704c8 commit e4fa822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/algos/test_algos.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_parallel_workers(algorithm):
name=name,
space=space_with_fidelity,
algorithms=algorithm,
branching={"branch_from": name},
branching={"branch_from": name, "enable": True},
)

assert exp.version == 2
Expand Down

0 comments on commit e4fa822

Please sign in to comment.