Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Nov 14, 2024
1 parent 4583523 commit f9bbc82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit f9bbc82

Please sign in to comment.