From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C6171382C5 for ; Tue, 23 Mar 2021 11:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ACF2E0825; Tue, 23 Mar 2021 11:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8114AE0825 for ; Tue, 23 Mar 2021 11:27:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 055C233BF3C for ; Tue, 23 Mar 2021 11:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8676846C for ; Tue, 23 Mar 2021 11:27:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616498786.c7f828d9796a780e7a3fe492fdca5869ee3990a5.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/ X-VCS-Repository: proj/sci X-VCS-Files: .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c7f828d9796a780e7a3fe492fdca5869ee3990a5 X-VCS-Branch: master Date: Tue, 23 Mar 2021 11:27:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ee863aa-70e2-43ee-bfb3-531bafb08ad4 X-Archives-Hash: 01c65f3481d573fa972e5acde29ab9c5 commit: c7f828d9796a780e7a3fe492fdca5869ee3990a5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 23 11:26:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 23 11:26:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7f828d9 .github/workflows/pkgcheck.yml: pin version to 0.9.4 0.9.5 has an issue with installing through pip (see action logs), lets see if this fixes it Signed-off-by: Andrew Ammerlaan riseup.net> .github/workflows/pkgcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 3a20016ac..93eb9e69b 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -18,4 +18,5 @@ jobs: - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: + pkgs: pkgcheck==0.9.4 args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate,-VisibleVcsPkg