From ed1b8f7eac57920b57a2a5c7c3b8a27812ace1e3 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Mon, 11 Sep 2023 13:27:12 -0700 Subject: [PATCH] Fix lightning-kokkos-version. --- .github/workflows/compat-check-latest-latest.yml | 2 +- .github/workflows/compat-check-latest-stable.yml | 2 +- .github/workflows/compat-check-stable-latest.yml | 2 +- .github/workflows/compat-check-stable-stable.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compat-check-latest-latest.yml b/.github/workflows/compat-check-latest-latest.yml index c9d0e78ef8..e3585c3030 100644 --- a/.github/workflows/compat-check-latest-latest.yml +++ b/.github/workflows/compat-check-latest-latest.yml @@ -10,5 +10,5 @@ jobs: name: Lightning-Kokkos Compatibility test (tests_linux) - latest/latest uses: ./.github/workflows/tests_linux.yml with: - lightning-kokkos-version: latest + lightning-version: latest pennylane-version: latest diff --git a/.github/workflows/compat-check-latest-stable.yml b/.github/workflows/compat-check-latest-stable.yml index a2d5b0bd00..df691ac605 100644 --- a/.github/workflows/compat-check-latest-stable.yml +++ b/.github/workflows/compat-check-latest-stable.yml @@ -10,5 +10,5 @@ jobs: name: Lightning-Kokkos Compatibility test (tests_linux) - latest/stable uses: ./.github/workflows/tests_linux.yml with: - lightning-kokkos-version: latest + lightning-version: latest pennylane-version: stable diff --git a/.github/workflows/compat-check-stable-latest.yml b/.github/workflows/compat-check-stable-latest.yml index ff599fab7b..cb75cfcb3c 100644 --- a/.github/workflows/compat-check-stable-latest.yml +++ b/.github/workflows/compat-check-stable-latest.yml @@ -10,5 +10,5 @@ jobs: name: Lightning-Kokkos Compatibility test (tests_linux) - stable/latest uses: ./.github/workflows/tests_linux.yml with: - lightning-kokkos-version: stable + lightning-version: stable pennylane-version: latest diff --git a/.github/workflows/compat-check-stable-stable.yml b/.github/workflows/compat-check-stable-stable.yml index 4d08158088..426ebc229b 100644 --- a/.github/workflows/compat-check-stable-stable.yml +++ b/.github/workflows/compat-check-stable-stable.yml @@ -11,5 +11,5 @@ jobs: name: Lightning-Kokkos Compatibility test (tests_linux) - stable/stable uses: ./.github/workflows/tests_linux.yml with: - lightning-kokkos-version: stable + lightning-version: stable pennylane-version: stable