Skip to content

Commit 5dcffc7

Browse files
authored
Disabling anyon nightly test (#3599)
* Disabling anyon nightly test Signed-off-by: Sachin Pisal <[email protected]> * keeping the manual option Signed-off-by: Sachin Pisal <[email protected]> --------- Signed-off-by: Sachin Pisal <[email protected]>
1 parent 8b11eb0 commit 5dcffc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,9 @@ jobs:
315315
id: set-matrix
316316
run: |
317317
# Determine which providers to test based on inputs and event type
318+
# Disabling anyon, please see https://github.com/NVIDIA/cuda-quantum/issues/3598
318319
if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.target }}" == "nightly" ]]; then
319-
providers='["anyon", "fermioniq", "infleqtion", "ionq", "iqm", "oqc", "orca", "pasqal", "qci", "quantinuum"]'
320+
providers='["fermioniq", "infleqtion", "ionq", "iqm", "oqc", "orca", "pasqal", "qci", "quantinuum"]'
320321
else
321322
# Just run the specified target provider
322323
providers="[\"${{ inputs.target }}\"]"

0 commit comments

Comments
 (0)