Skip to content

Commit

Permalink
Replacing master branch with relevant branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Dec 17, 2024
1 parent 9c545c2 commit e88247e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aqt-latest-latest.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-latest.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-latest.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-latest.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/old-workflow
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: contains(matrix.config.pennylane, 'git')
run: |
pip uninstall -y pennylane
pip install git+https://github.com/PennyLaneAI/pennylane.git@${{ env.PENNYLANE_BRANCH }}
pip install git+https://github.com/PennyLaneAI/pennylane.git@Replacing_group_observables@${{ env.PENNYLANE_BRANCH }}

- name: Get plugin version
id: plugin-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-latest.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-latest.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-latest.yml

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

4 changes: 2 additions & 2 deletions workflow-template-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install PennyLane and Plugin
run: |
{% raw -%}
pip install git+https://github.com/PennyLaneAI/pennylane.git \
pip install git+https://github.com/PennyLaneAI/pennylane.git@Replacing_group_observables \
git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }}
{%- endraw %}
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Install PennyLane and Plugin
run: |
{% raw -%}
pip install git+https://github.com/PennyLaneAI/pennylane.git \
pip install git+https://github.com/PennyLaneAI/pennylane.git@Replacing_group_observables \
${{ env.PLUGIN_PACKAGE }} --upgrade
{%- endraw %}
Expand Down

0 comments on commit e88247e

Please sign in to comment.