Skip to content

Commit

Permalink
Merge pull request #69 from PennyLaneAI/update_rc_to_0.35
Browse files Browse the repository at this point in the history
update rc version
  • Loading branch information
timmysilv authored Feb 26, 2024
2 parents bdeaa0d + aff0f9b commit 4e957e9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aqt-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/braket-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/cirq-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ionq-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/lightning-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/quantuminspire-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qulacs-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/rigetti-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workflow-template-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 4e957e9

Please sign in to comment.