Skip to content

Commit

Permalink
install lightning.qubit for wheels testing
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Jan 7, 2025
1 parent fd773f2 commit 1214b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_linux_aarch64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1214b1e

Please sign in to comment.