From cfc8cda910c7e79cbf01b83b37aa5137f16b76cf Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:48:24 -0700 Subject: [PATCH] infra: stop testing against the strawberryfields plugin (#579) --- .github/workflows/dependent-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependent-tests.yml b/.github/workflows/dependent-tests.yml index f5e8edd93..5f89b8aee 100644 --- a/.github/workflows/dependent-tests.yml +++ b/.github/workflows/dependent-tests.yml @@ -16,7 +16,6 @@ jobs: python-version: ["3.8", "3.9", "3.10"] dependent: - amazon-braket-pennylane-plugin-python - - amazon-braket-strawberryfields-plugin-python steps: - uses: actions/checkout@v3