Skip to content

Commit

Permalink
[test] Fix deployment issue with #1370 (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 authored Mar 14, 2024
1 parent 30e1d3b commit afe840b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/builder/test_kernel_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@ def test_draw():
assert circuit == expected_str


@skipIfPythonLessThan39
def test_list_subscript():
kernelAndArgs = cudaq.make_kernel(bool, list[bool], List[int], list[float])
print(kernelAndArgs[0])
Expand Down

0 comments on commit afe840b

Please sign in to comment.