Skip to content

Compat Check w/PL - latest/latest #211

Compat Check w/PL - latest/latest

Compat Check w/PL - latest/latest #211

name: Compat Check w/PL - latest/latest
on:
schedule:
- cron: "0 0 * * 1-5" # Run daily at 0am Mon-Fri
workflow_dispatch:
jobs:
tests_lgpu_python:
name: Lightning Compatibility test (tests_lgpu_python) - latest/latest
uses: ./.github/workflows/tests_lgpu_python.yml
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit
tests_lgpumpi_python:
name: Lightning Compatibility test (tests_lgpumpi_python) - latest/latest
uses: ./.github/workflows/tests_lgpumpi_python.yml
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit
tests_linux_python:
name: Lightning Compatibility test (tests_linux_python) - latest/latest
uses: ./.github/workflows/tests_linux_python.yml
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit
tests_lkcuda_python:
name: Lightning Compatibility test (tests_lkcuda_python) - latest/latest
uses: ./.github/workflows/tests_lkcuda_python.yml
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit
tests_without_binary:
name: Lightning Compatibility test (tests_without_binary) - latest/latest
uses: ./.github/workflows/tests_without_binary.yml
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit