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 \