From 9165ab8a17a4e9551ca8b2fb95991d6e12ef4020 Mon Sep 17 00:00:00 2001 From: JerryChen97 Date: Mon, 3 Nov 2025 13:37:58 -0500 Subject: [PATCH 1/4] clean up unused tests --- .github/workflows/aqt-latest-latest.yml | 3 --- .github/workflows/aqt-latest-rc.yml | 3 --- .github/workflows/aqt-stable-latest.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/aqt-latest-latest.yml b/.github/workflows/aqt-latest-latest.yml index 69a5a89..a75f008 100644 --- a/.github/workflows/aqt-latest-latest.yml +++ b/.github/workflows/aqt-latest-latest.yml @@ -54,9 +54,6 @@ jobs: path: plugin_repo ref: ${{ env.PLUGIN_BRANCH }} - - name: Run PennyLane device integration tests - run: | - - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ diff --git a/.github/workflows/aqt-latest-rc.yml b/.github/workflows/aqt-latest-rc.yml index 3dd05fe..aef8da5 100644 --- a/.github/workflows/aqt-latest-rc.yml +++ b/.github/workflows/aqt-latest-rc.yml @@ -54,8 +54,5 @@ jobs: path: plugin_repo ref: ${{ env.PLUGIN_BRANCH }} - - name: Run PennyLane device integration tests - run: | - - name: Run plugin tests run: python -m pytest plugin_repo/tests --tb=short diff --git a/.github/workflows/aqt-stable-latest.yml b/.github/workflows/aqt-stable-latest.yml index af2842e..bece392 100644 --- a/.github/workflows/aqt-stable-latest.yml +++ b/.github/workflows/aqt-stable-latest.yml @@ -60,9 +60,6 @@ jobs: path: plugin_repo ref: v${{ steps.plugin-version.outputs.version }} - - name: Run PennyLane device integration tests - run: | - - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ From 73136c1cdaa3e88be483d72cc371857497cd4cf1 Mon Sep 17 00:00:00 2001 From: JerryChen97 Date: Mon, 3 Nov 2025 13:41:32 -0500 Subject: [PATCH 2/4] Try setting up the key? --- .github/workflows/aqt-latest-latest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/aqt-latest-latest.yml b/.github/workflows/aqt-latest-latest.yml index a75f008..d78ef14 100644 --- a/.github/workflows/aqt-latest-latest.yml +++ b/.github/workflows/aqt-latest-latest.yml @@ -54,6 +54,9 @@ jobs: path: plugin_repo ref: ${{ env.PLUGIN_BRANCH }} + - name: Set up AQT API key + run: echo "AQT_API_KEY=${{ secrets.AQT_API_KEY }}" >> $GITHUB_ENV + - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ From b697656f54153fe484f5795d1f6e6bdd295596eb Mon Sep 17 00:00:00 2001 From: JerryChen97 Date: Mon, 3 Nov 2025 13:52:12 -0500 Subject: [PATCH 3/4] aqt token? --- .github/workflows/aqt-latest-latest.yml | 4 ++-- compile.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aqt-latest-latest.yml b/.github/workflows/aqt-latest-latest.yml index d78ef14..4629cb2 100644 --- a/.github/workflows/aqt-latest-latest.yml +++ b/.github/workflows/aqt-latest-latest.yml @@ -16,6 +16,7 @@ env: PLUGIN_BRANCH: master PLUGIN_PACKAGE: pennylane_aqt PENNYLANE_BRANCH: master + AQT_TOKEN: ${{ secrets.AQT_TOKEN }} jobs: @@ -54,8 +55,7 @@ jobs: path: plugin_repo ref: ${{ env.PLUGIN_BRANCH }} - - name: Set up AQT API key - run: echo "AQT_API_KEY=${{ secrets.AQT_API_KEY }}" >> $GITHUB_ENV + - name: Run plugin tests run: | diff --git a/compile.py b/compile.py index 44150dd..d590942 100644 --- a/compile.py +++ b/compile.py @@ -47,6 +47,7 @@ "which": ["stable", "latest"], "requirements": [], "device_tests": [], + "token": "AQT_TOKEN", }, { "plugin": "ionq", From 5ca479ce17a53dc1877b8f1f4c931c36c0bbade3 Mon Sep 17 00:00:00 2001 From: JerryChen97 Date: Mon, 3 Nov 2025 14:27:19 -0500 Subject: [PATCH 4/4] revert --- .github/workflows/aqt-latest-latest.yml | 3 --- compile.py | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/aqt-latest-latest.yml b/.github/workflows/aqt-latest-latest.yml index 4629cb2..a75f008 100644 --- a/.github/workflows/aqt-latest-latest.yml +++ b/.github/workflows/aqt-latest-latest.yml @@ -16,7 +16,6 @@ env: PLUGIN_BRANCH: master PLUGIN_PACKAGE: pennylane_aqt PENNYLANE_BRANCH: master - AQT_TOKEN: ${{ secrets.AQT_TOKEN }} jobs: @@ -55,8 +54,6 @@ jobs: path: plugin_repo ref: ${{ env.PLUGIN_BRANCH }} - - - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ diff --git a/compile.py b/compile.py index d590942..44150dd 100644 --- a/compile.py +++ b/compile.py @@ -47,7 +47,6 @@ "which": ["stable", "latest"], "requirements": [], "device_tests": [], - "token": "AQT_TOKEN", }, { "plugin": "ionq",