From e3a25953f624e64579d59a7dacbd895f00f241f3 Mon Sep 17 00:00:00 2001 From: PietropaoloFrisoni Date: Tue, 31 Dec 2024 14:32:10 -0500 Subject: [PATCH] Bumping rc version in plugins --- .github/workflows/aqt-latest-rc.yml | 2 +- .github/workflows/braket-latest-rc.yml | 2 +- .github/workflows/cirq-latest-rc.yml | 2 +- .github/workflows/ionq-latest-rc.yml | 2 +- .github/workflows/lightning-latest-rc.yml | 2 +- .github/workflows/qiskit-latest-rc.yml | 2 +- .github/workflows/qulacs-latest-rc.yml | 2 +- .github/workflows/rigetti-latest-rc.yml | 2 +- workflow-template-release-candidate.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/aqt-latest-rc.yml b/.github/workflows/aqt-latest-rc.yml index 3fc196f..0595048 100644 --- a/.github/workflows/aqt-latest-rc.yml +++ b/.github/workflows/aqt-latest-rc.yml @@ -45,7 +45,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 ebbdd40..dddbb00 100644 --- a/.github/workflows/braket-latest-rc.yml +++ b/.github/workflows/braket-latest-rc.yml @@ -57,7 +57,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 6562af8..88ff55e 100644 --- a/.github/workflows/cirq-latest-rc.yml +++ b/.github/workflows/cirq-latest-rc.yml @@ -47,7 +47,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 fa3b727..3dc967e 100644 --- a/.github/workflows/ionq-latest-rc.yml +++ b/.github/workflows/ionq-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/lightning-latest-rc.yml b/.github/workflows/lightning-latest-rc.yml index 4a3abd6..3192600 100644 --- a/.github/workflows/lightning-latest-rc.yml +++ b/.github/workflows/lightning-latest-rc.yml @@ -53,7 +53,7 @@ jobs: - name: Install PennyLane run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0 - uses: actions/checkout@v2 with: diff --git a/.github/workflows/qiskit-latest-rc.yml b/.github/workflows/qiskit-latest-rc.yml index 621867d..3f3a74d 100644 --- a/.github/workflows/qiskit-latest-rc.yml +++ b/.github/workflows/qiskit-latest-rc.yml @@ -48,7 +48,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 8b7a234..2c0bd2e 100644 --- a/.github/workflows/qulacs-latest-rc.yml +++ b/.github/workflows/qulacs-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 fb74e41..b76c0d2 100644 --- a/.github/workflows/rigetti-latest-rc.yml +++ b/.github/workflows/rigetti-latest-rc.yml @@ -52,7 +52,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.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 c67d395..ea930fc 100644 --- a/workflow-template-release-candidate.yml +++ b/workflow-template-release-candidate.yml @@ -64,7 +64,7 @@ jobs: - name: Install PennyLane and Plugin run: | {% raw -%} - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} {%- endraw %}