Skip to content

Commit 4374fc8

Browse files
derekokelly-rgbDerek O'Kelly
andauthored
Upgrade V2 Sync objects.inv only to use 3.12 (#1835)
#1818 caused V2 Sync objects.inv workflow to fail in certain scenarios (e.g. [here](https://github.com/PennyLaneAI/demos/actions/runs/27852517986/job/82434041514)) due to a Python version mismatch between `master` and `dev` branches. This PR bumps that workflow's Python version in `master` to match `dev` (v3.12) Co-authored-by: Derek O'Kelly <derek.o'kelly@xanadu.ai>
1 parent 2a447e4 commit 4374fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/v2-sync-objects-dot-inv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Setup Python
135135
uses: actions/setup-python@v6
136136
with:
137-
python-version: '3.11'
137+
python-version: '3.12'
138138

139139
- name: Install dependencies
140140
run: pip install .

0 commit comments

Comments
 (0)