Skip to content

Commit 4e957e9

Browse files
authored
Merge pull request #69 from PennyLaneAI/update_rc_to_0.35
update rc version
2 parents bdeaa0d + aff0f9b commit 4e957e9

10 files changed

+10
-10
lines changed

.github/workflows/aqt-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/braket-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cirq-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ionq-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/lightning-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/qiskit-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/quantuminspire-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/qulacs-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/rigetti-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflow-template-release-candidate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install PennyLane and Plugin
6464
run: |
6565
{% raw -%}
66-
pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.34.0-rc0 \
66+
pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.35.0-rc0 \
6767
git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }}
6868
{%- endraw %}
6969

0 commit comments

Comments
 (0)