Skip to content

Compat Check w/PL - latest/latest #27

Compat Check w/PL - latest/latest

Compat Check w/PL - latest/latest #27

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