From 7b4b10fe80741e27f44c99518bf726ee4ce90d41 Mon Sep 17 00:00:00 2001 From: Mudit Pandey Date: Tue, 24 Oct 2023 13:17:32 -0400 Subject: [PATCH] Bump rc tests to use 0.33 rc branch --- .github/workflows/aqt-latest-rc.yml | 2 +- .github/workflows/braket-latest-rc.yml | 2 +- .github/workflows/cirq-latest-rc.yml | 2 +- .github/workflows/honeywell-latest-rc.yml | 2 +- .github/workflows/ionq-latest-rc.yml | 2 +- .github/workflows/orquestra-latest-rc.yml | 2 +- .github/workflows/pq-latest-rc.yml | 2 +- .github/workflows/qiskit-latest-rc.yml | 2 +- .github/workflows/quantuminspire-latest-rc.yml | 2 +- .github/workflows/qulacs-latest-rc.yml | 2 +- .github/workflows/rigetti-latest-rc.yml | 2 +- workflow-template-release-candidate.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/aqt-latest-rc.yml b/.github/workflows/aqt-latest-rc.yml index d46028a..69e179b 100644 --- a/.github/workflows/aqt-latest-rc.yml +++ b/.github/workflows/aqt-latest-rc.yml @@ -44,7 +44,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/braket-latest-rc.yml b/.github/workflows/braket-latest-rc.yml index 61e5515..26e6d64 100644 --- a/.github/workflows/braket-latest-rc.yml +++ b/.github/workflows/braket-latest-rc.yml @@ -51,7 +51,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/cirq-latest-rc.yml b/.github/workflows/cirq-latest-rc.yml index 72d12b8..c9823c5 100644 --- a/.github/workflows/cirq-latest-rc.yml +++ b/.github/workflows/cirq-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/honeywell-latest-rc.yml b/.github/workflows/honeywell-latest-rc.yml index fd97dad..77b49fb 100644 --- a/.github/workflows/honeywell-latest-rc.yml +++ b/.github/workflows/honeywell-latest-rc.yml @@ -44,7 +44,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/ionq-latest-rc.yml b/.github/workflows/ionq-latest-rc.yml index b6ea314..9f46af2 100644 --- a/.github/workflows/ionq-latest-rc.yml +++ b/.github/workflows/ionq-latest-rc.yml @@ -45,7 +45,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/orquestra-latest-rc.yml b/.github/workflows/orquestra-latest-rc.yml index 074c2a3..9df2c01 100644 --- a/.github/workflows/orquestra-latest-rc.yml +++ b/.github/workflows/orquestra-latest-rc.yml @@ -44,7 +44,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/pq-latest-rc.yml b/.github/workflows/pq-latest-rc.yml index 2c37302..d8e2622 100644 --- a/.github/workflows/pq-latest-rc.yml +++ b/.github/workflows/pq-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/qiskit-latest-rc.yml b/.github/workflows/qiskit-latest-rc.yml index 9e3a601..effba75 100644 --- a/.github/workflows/qiskit-latest-rc.yml +++ b/.github/workflows/qiskit-latest-rc.yml @@ -47,7 +47,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/quantuminspire-latest-rc.yml b/.github/workflows/quantuminspire-latest-rc.yml index 259ac2e..c4827cc 100644 --- a/.github/workflows/quantuminspire-latest-rc.yml +++ b/.github/workflows/quantuminspire-latest-rc.yml @@ -48,7 +48,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/qulacs-latest-rc.yml b/.github/workflows/qulacs-latest-rc.yml index dd65d4c..fb92609 100644 --- a/.github/workflows/qulacs-latest-rc.yml +++ b/.github/workflows/qulacs-latest-rc.yml @@ -45,7 +45,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/rigetti-latest-rc.yml b/.github/workflows/rigetti-latest-rc.yml index 61bfd1b..59d8756 100644 --- a/.github/workflows/rigetti-latest-rc.yml +++ b/.github/workflows/rigetti-latest-rc.yml @@ -51,7 +51,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/workflow-template-release-candidate.yml b/workflow-template-release-candidate.yml index 4ee33dd..80fc4a3 100644 --- a/workflow-template-release-candidate.yml +++ b/workflow-template-release-candidate.yml @@ -63,7 +63,7 @@ jobs: - name: Install PennyLane and Plugin run: | {% raw -%} - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.32.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.33.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} {%- endraw %}