diff --git a/.github/workflows/aqt-latest-rc.yml b/.github/workflows/aqt-latest-rc.yml index cc8c055..47193f3 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 980eec1..200932a 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 05dcc6f..7c04a5e 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 ec02d06..70e7a71 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 ed8dfa6..a2a9812 100644 --- a/.github/workflows/lightning-latest-rc.yml +++ b/.github/workflows/lightning-latest-rc.yml @@ -52,7 +52,7 @@ jobs: - name: Install PennyLane run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.34.0-rc0 + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.0-rc0 - uses: actions/checkout@v2 with: diff --git a/.github/workflows/qiskit-latest-rc.yml b/.github/workflows/qiskit-latest-rc.yml index 19d631b..329909f 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 c8eebbf..15659ab 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 e7429a3..bc656f4 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 02fa748..6f73a82 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.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 2c5db76..43fd4ef 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.34.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} {%- endraw %}