Skip to content

Compat Check w/PL - latest/latest #326

Compat Check w/PL - latest/latest

Compat Check w/PL - latest/latest #326

name: Compat Check w/PL - latest/latest
on:
schedule:
- cron: "0 0 * * 1-5" # Run daily at 0am Mon-Fri
workflow_dispatch:
jobs:
tests_gpu_python:
name: Lightning Compatibility test (tests_gpu_python) - latest/latest
uses: ./.github/workflows/tests_gpu_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_lqcpu_python:
name: Lightning Compatibility test (tests_lqcpu_python) - latest/latest
uses: ./.github/workflows/tests_lqcpu_python.yml

Check failure on line 25 in .github/workflows/compat-check-latest-latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compat-check-latest-latest.yml

Invalid workflow file

error parsing called workflow ".github/workflows/compat-check-latest-latest.yml" -> "./.github/workflows/tests_lqcpu_python.yml" (source branch with sha:7dc1d5eeea097eed481dfaa122bd723fff71e832) : You have an error in your yaml syntax on line 198
with:
lightning-version: latest
pennylane-version: latest
secrets: inherit
tests_lkcpu_python:
name: Lightning Compatibility test (tests_lkcpu_python) - latest/latest
uses: ./.github/workflows/tests_lkcpu_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