diff --git a/.github/workflows/lightning-latest-rc.yml b/.github/workflows/lightning-latest-rc.yml index 3192600..f401b26 100644 --- a/.github/workflows/lightning-latest-rc.yml +++ b/.github/workflows/lightning-latest-rc.yml @@ -65,6 +65,7 @@ jobs: run: | cd plugin_repo SKIP_COMPILATION=True PL_BACKEND=lightning_qubit pip install . -vv + PL_BACKEND=${{ matrix.pl_backend }} python scripts/configure_pyproject_toml.py PL_BACKEND=${{ matrix.pl_backend }} pip install . -vv - name: Run PennyLane device integration tests