Compat Check w/PL - latest/latest #205
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/latest | ||
on: | ||
schedule: | ||
- cron: "0 0 * * 1-5" # Run daily at 0am Mon-Fri | ||
workflow_dispatch: | ||
jobs: | ||
tests_lgpu_cpp: | ||
name: Lightning Compatibility test (tests_lgpu_cpp) - latest/latest | ||
uses: ./.github/workflows/lgpu_cpp.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit | ||
tests_lgpumpi_cpp: | ||
name: Lightning Compatibility test (tests_lgpumpi_cpp) - latest/latest | ||
uses: ./.github/workflows/lgpumpi_cpp.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit | ||
tests_linux_cpp: | ||
name: Lightning Compatibility test (tests_linux_cpp) - latest/latest | ||
uses: ./.github/workflows/linux_cpp.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit | ||
tests_lkcuda_cpp: | ||
name: Lightning Compatibility test (tests_lkcuda_cpp) - latest/latest | ||
uses: ./.github/workflows/lkcuda_cpp.yml | ||
Check failure on line 32 in .github/workflows/compat-check-latest-latest.yml GitHub Actions / .github/workflows/compat-check-latest-latest.ymlInvalid workflow file
|
||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit | ||
tests_windows_cpp: | ||
name: Lightning Compatibility test (tests_windows_cpp) - latest/latest | ||
uses: ./.github/workflows/windows_cpp.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit | ||
tests_lgpu_python: | ||
name: Lightning Compatibility test (tests_lgpu_python) - latest/latest | ||
uses: ./.github/workflows/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/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/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/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/without_binary.yml | ||
with: | ||
lightning-version: latest | ||
pennylane-version: latest | ||
secrets: inherit |