Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Mar 3, 2025
1 parent c31bba9 commit fc3996f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device/cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ void Cluster::construct_cluster(
}
}

initialize_arc_communication();
if (!create_mock_chips) {
initialize_arc_communication();
}
}

std::unique_ptr<Chip> Cluster::construct_chip_from_cluster(
Expand Down

0 comments on commit fc3996f

Please sign in to comment.