Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <[email protected]>
  • Loading branch information
amccaskey committed Oct 15, 2024
1 parent e2987ce commit fba3b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/tests/interop/test_interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# the terms of the Apache License 2.0 which accompanies this distribution. #
# ============================================================================ #

import cudaq, pytest, cudaq_test_cpp_algo
import cudaq, pytest

cudaq_test_cpp_algo = pytest.importorskip('cudaq_test_cpp_algo')


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit fba3b7c

Please sign in to comment.