From f9bbc82ce9a120dcfc8faf2fffd7d59e6935912a Mon Sep 17 00:00:00 2001 From: Astral Cai Date: Thu, 14 Nov 2024 11:49:06 -0500 Subject: [PATCH] try this --- .github/workflows/check-catalyst.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-catalyst.yaml b/.github/workflows/check-catalyst.yaml index d3f1c67f51..f8acb37eee 100644 --- a/.github/workflows/check-catalyst.yaml +++ b/.github/workflows/check-catalyst.yaml @@ -476,9 +476,9 @@ jobs: - name: Checkout Catalyst repo uses: actions/checkout@v4 - - name: Install lightning.kokkos used in Python tests - run: | - pip install PennyLane-Lightning-Kokkos==0.39.0 --extra-index-url https://test.pypi.org/simple +# - name: Install lightning.kokkos used in Python tests +# run: | +# pip install PennyLane-Lightning-Kokkos==0.39.0 --extra-index-url https://test.pypi.org/simple - name: Install Deps run: | @@ -488,7 +488,7 @@ jobs: python3 -m pip install -r requirements.txt make frontend python3 -m pip install --no-deps --force git+https://github.com/PennyLaneAI/pennylane@device-api-cap - python3 -m pip install --no-deps --force git+https://github.com/PennyLaneAI/pennylane-lightning@toml-updates + python3 -m pip install --no-deps --force git+https://github.com/astralcai/pennylane-lightning@master - name: Get Cached LLVM Build id: cache-llvm-build