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