From 01a070dfa8a03027b89b08960e15e2a41842a889 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 14 Jul 2022 17:27:53 +0200 Subject: [PATCH] CI: use testing with PL released (#13647) --- .github/workflows/ci_pkg-install.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_pkg-install.yml b/.github/workflows/ci_pkg-install.yml index 45d48cbfff..c2df822d50 100644 --- a/.github/workflows/ci_pkg-install.yml +++ b/.github/workflows/ci_pkg-install.yml @@ -141,11 +141,10 @@ jobs: python .actions/assistant.py mirror-pkg2source pypi src ls -R src/ - # TODO: use this testing when PL 1.6.5 is out - #- uses: ./.github/actions/pkg-check - # with: - # pkg-name: "lightning" + - uses: ./.github/actions/pkg-check + with: + pkg-name: "lightning" - #- uses: ./.github/actions/pkg-install - # with: - # pkg-name: "lightning" + - uses: ./.github/actions/pkg-install + with: + pkg-name: "lightning"