Skip to content

Commit 8aa1c03

Browse files
authored
Bump CPL RC versions for Catalyst 0.10.0 (#1409)
**Context:** In preparation for the Catalyst 0.10.0 release candidate (RC), the GitHub action must point to the corresponding RC branch, `v0.10.0-rc`. **Description of the Change:** Update the Catalyst RC branch `v0.9.0-rc` -> `v0.10.0-rc`, as well as the corresponding RC branches for Lightning and PennyLane from `v0.39.0` to `v0.40.0`.
1 parent b728f02 commit 8aa1c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-pl-compat.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git checkout $(git tag | sort -V | tail -1)
4040
- if: ${{ inputs.catalyst == 'release-candidate' }}
4141
run: |
42-
git checkout v0.9.0-rc
42+
git checkout v0.10.0-rc
4343
4444
- name: Install deps
4545
run: |
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v4
125125
with:
126126
repository: PennyLaneAI/pennylane-lightning
127-
ref: v0.39.0_rc
127+
ref: v0.40.0_rc
128128
path: lightning_build
129129
fetch-depth: 0
130130

@@ -153,7 +153,7 @@ jobs:
153153
- name: Install PennyLane (release-candidate)
154154
if: ${{ inputs.pennylane == 'release-candidate' }}
155155
run: |
156-
pip install --no-deps --force git+https://github.com/PennyLaneAI/pennylane@v0.39.0-rc0
156+
pip install --no-deps --force git+https://github.com/PennyLaneAI/pennylane@v0.40.0-rc0
157157
158158
- name: Add Frontend Dependencies to PATH
159159
run: |

0 commit comments

Comments
 (0)