Skip to content

[BUG] Could not install PennyLane-Lightning-GPU using pip install pennylane-lightning[gpu] #749

[BUG] Could not install PennyLane-Lightning-GPU using pip install pennylane-lightning[gpu]

[BUG] Could not install PennyLane-Lightning-GPU using pip install pennylane-lightning[gpu] #749

Workflow file for this run

name: "Set Bug Issue Label and Assignee"
on:
issues:
types: [opened]
jobs:
autoassign:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
with:
title-or-body: "title"
parameters: '[
{"keywords": ["[BUG]", "bug"], "labels": ["bug :bug:"], "assignees": []}
]'
github-token: "${{ secrets.GITHUB_TOKEN }}"