Compat Check w/PL - latest/stable #277
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compat Check w/PL - latest/stable | ||
on: | ||
schedule: | ||
- cron: "0 1 * * 1-5" # Run daily at 3am Mon-Fri | ||
workflow_dispatch: | ||
jobs: | ||
tests_lgpu_python: | ||
name: Lightning Compatibility test (tests_lgpu_python) - latest/stable | ||
uses: ./.github/workflows/tests_lgpu_python.yml | ||
Check failure on line 11 in .github/workflows/compat-check-latest-stable.yml GitHub Actions / .github/workflows/compat-check-latest-stable.ymlInvalid workflow file
|
||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||
tests_lgpumpi_python: | ||
name: Lightning Compatibility test (tests_lgpumpi_python) - latest/stable | ||
uses: ./.github/workflows/tests_lgpumpi_python.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||
tests_lqcpu_python: | ||
name: Lightning Compatibility test (tests_lqcpu_python) - latest/stable | ||
uses: ./.github/workflows/tests_lqcpu_python.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||
tests_lkcpu_python: | ||
name: Lightning Compatibility test (tests_lkcpu_python) - latest/stable | ||
uses: ./.github/workflows/tests_lkcpu_python.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||
tests_lkcuda_python: | ||
name: Lightning Compatibility test (tests_lkcuda_python) - latest/stable | ||
uses: ./.github/workflows/tests_lkcuda_python.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||
tests_without_binary: | ||
name: Lightning Compatibility test (tests_without_binary) - latest/stable | ||
uses: ./.github/workflows/tests_without_binary.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: stable | ||
secrets: inherit | ||