Skip to content

Commit 0d1ac36

Browse files
authored
Enable anyon test (#3615)
* Skipping anyon tests Signed-off-by: Sachin Pisal <[email protected]> * Revert "Skipping anyon tests" This reverts commit f5e338e. * enabling anyon test Signed-off-by: Sachin Pisal <[email protected]> --------- Signed-off-by: Sachin Pisal <[email protected]>
1 parent 4ab4ea9 commit 0d1ac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
# Determine which providers to test based on inputs and event type
318318
# Disabling anyon, please see https://github.com/NVIDIA/cuda-quantum/issues/3598
319319
if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.target }}" == "nightly" ]]; then
320-
providers='["fermioniq", "infleqtion", "ionq", "iqm", "oqc", "orca", "pasqal", "qci", "quantinuum"]'
320+
providers='["anyon", "fermioniq", "infleqtion", "ionq", "iqm", "oqc", "orca", "pasqal", "qci", "quantinuum"]'
321321
else
322322
# Just run the specified target provider
323323
providers="[\"${{ inputs.target }}\"]"

0 commit comments

Comments
 (0)