From 43e4942e4bac13a5fb7574aa3da40cd2f7405318 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Mon, 6 Jan 2025 16:45:19 +0000 Subject: [PATCH] add configure_pyproject_toml step --- .github/workflows/lightning-latest-rc.yml | 1 + 1 file changed, 1 insertion(+) 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