Skip to content

Commit b7bd82b

Browse files
committed
try another
1 parent 77dd598 commit b7bd82b

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/v2-build-demos.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,13 @@ jobs:
169169
python-version: '3.11'
170170

171171
- name: Install dependencies
172+
run: pip install . && poetry config warnings.export false
173+
174+
- name: Reinstall pennylane from master
175+
if: ${{ inputs.dev }}
172176
run: |
173-
if [ "${{ inputs.dev }}" = "true" ]; then
174-
# For dev builds, only install build tools, let qml build handle dev dependencies
175-
pip install poetry uv
176-
poetry config warnings.export false
177-
else
178-
# For stable builds, install the package normally
179-
pip install . && poetry config warnings.export false
180-
fi
177+
pip install --force-reinstall git+https://github.com/PennyLaneAI/pennylane.git
178+
pip install --force-reinstall git+https://github.com/PennyLaneAI/pennylane-lightning.git
181179
182180
- name: Make demo name list
183181
id: demo-name-list

0 commit comments

Comments
 (0)