From 177c44aeef24701a8cfdfa1bada4ee6e8b09ab11 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Tue, 26 Mar 2024 20:57:58 +0000 Subject: [PATCH] Do not skip comp for LQ. --- .github/workflows/tests_linux_x86_mpi_gpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_linux_x86_mpi_gpu.yml b/.github/workflows/tests_linux_x86_mpi_gpu.yml index 6b3d849068..035b05ba8d 100644 --- a/.github/workflows/tests_linux_x86_mpi_gpu.yml +++ b/.github/workflows/tests_linux_x86_mpi_gpu.yml @@ -242,7 +242,7 @@ jobs: source /etc/profile.d/modules.sh && module use /opt/modules/ && module load ${{ matrix.mpilib }}/cuda-${{ matrix.cuda_version_maj }}.${{ matrix.cuda_version_min }} python -m pip install -r requirements-dev.txt python -m pip install custatevec-cu${{ matrix.cuda_version_maj }} mpi4py openfermionpyscf - SKIP_COMPILATION=True PL_BACKEND=lightning_qubit python -m pip install -e . -vv + PL_BACKEND=lightning_qubit python -m pip install -e . -vv - name: Checkout PennyLane for release build if: inputs.pennylane-version == 'release'