@@ -436,6 +436,11 @@ jobs:
436
436
# macOS requirements.txt
437
437
python3 -m pip install cuda-quantum==0.6.0
438
438
python3 -m pip install oqc-qcaas-client
439
+ # TODO: --- remove workaround before merging to main ----------------- #
440
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0
441
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0
442
+ pip install git+https://github.com/PennyLaneAI/[email protected]
443
+ # -------------------------------------------------------------------- #
439
444
make frontend
440
445
441
446
- name : Get Cached LLVM Build
@@ -524,6 +529,11 @@ jobs:
524
529
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make ninja-build
525
530
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }}
526
531
python3 -m pip install -r requirements.txt
532
+ # TODO: --- remove workaround before merging to main ----------------- #
533
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0
534
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0
535
+ pip install git+https://github.com/PennyLaneAI/[email protected]
536
+ # -------------------------------------------------------------------- #
527
537
make frontend
528
538
529
539
- name : Get Cached LLVM Build
@@ -588,6 +598,11 @@ jobs:
588
598
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make ninja-build
589
599
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }}
590
600
python3 -m pip install -r requirements.txt
601
+ # TODO: --- remove workaround before merging to main ----------------- #
602
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0
603
+ pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0
604
+ pip install git+https://github.com/PennyLaneAI/[email protected]
605
+ # -------------------------------------------------------------------- #
591
606
make frontend
592
607
593
608
- name : Get Cached LLVM Build
0 commit comments