Skip to content

Commit

Permalink
Merge branch 'master' into sc-66351-auto-onboard-large-runenrs
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidnhm authored Jun 19, 2024
2 parents 48e2df1 + 73bfee7 commit 81d5c26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests_without_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
SKIP_COMPILATION=True PL_BACKEND="lightning_qubit" python -m pip install . -vv
- name: Install backend device
# FIXME: Remove this condition with v0.37.0 release
if: matrix.pl_backend != 'lightning_tensor' || inputs.lightning-version != 'stable'
env:
SKIP_COMPILATION: True
PL_BACKEND: ${{ matrix.pl_backend }}
Expand All @@ -111,12 +113,16 @@ jobs:
python -m pip install . -vv
- name: Run PennyLane-Lightning unit tests for all backends
# FIXME: Remove this condition with v0.37.0 release
if: matrix.pl_backend != 'lightning_tensor' || inputs.lightning-version != 'stable'
run: |
cd main/
DEVICENAME=`echo ${{ matrix.pl_backend }} | sed "s/_/./g"`
PL_DEVICE=${DEVICENAME} python -m pytest tests/ $COVERAGE_FLAGS
- name: Upload coverage to Codecov
# FIXME: Remove this condition with v0.37.0 release
if: matrix.pl_backend != 'lightning_tensor' || inputs.lightning-version != 'stable'
uses: codecov/codecov-action@v4
with:
files: ./main/coverage.xml
Expand Down

0 comments on commit 81d5c26

Please sign in to comment.