From f918652b6ca4d188fcc8f9f9698471f7169bd029 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Mon, 26 May 2025 23:01:06 +0200 Subject: [PATCH] tests: Install python-gnupg first. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9774c69..e54c881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: sudo apt-get install -y firefox fi python -m pip install --upgrade pip + pip install python-gnupg pip install -e .[dev] pip install -r requirements.txt --require-hashes - name: Install