From 1214b1e03a24796b4d8ddfebf7d4d0de8d577968 Mon Sep 17 00:00:00 2001 From: Shuli Shu <08cnbj@gmail.com> Date: Tue, 7 Jan 2025 19:22:13 +0000 Subject: [PATCH] install lightning.qubit for wheels testing --- .github/workflows/wheel_linux_aarch64_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel_linux_aarch64_cuda.yml b/.github/workflows/wheel_linux_aarch64_cuda.yml index c844416a9..040b3f2b3 100644 --- a/.github/workflows/wheel_linux_aarch64_cuda.yml +++ b/.github/workflows/wheel_linux_aarch64_cuda.yml @@ -105,7 +105,7 @@ jobs: python -m pip install setuptools python -m pip install -r requirements-tests.txt PL_BACKEND="lightning_qubit" python scripts/configure_pyproject_toml.py - SKIP_COMPILATION=True python -m pip install . -vv + python -m pip install . -vv python -m pip install custatevec-cu${{ matrix.cuda_version }} cutensornet-cu${{ matrix.cuda_version }} cd wheelhouse for wheel in *.whl;do