From c68a0ce74479512405311143be5129d34fd3d660 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Fri, 7 Jun 2024 15:13:37 -0700 Subject: [PATCH] And more fixing CI --- .github/workflows/test.yml | 1 - src/repopulator/pgp_signer.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 113c8b7..63c0b69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,5 @@ jobs: run: pip install Nox - name: Test - shell: bash run: nox --sessions test --force-python ${{ steps.setup-python.outputs.python-path }} diff --git a/src/repopulator/pgp_signer.py b/src/repopulator/pgp_signer.py index c1bd64d..8e1aba8 100644 --- a/src/repopulator/pgp_signer.py +++ b/src/repopulator/pgp_signer.py @@ -6,6 +6,8 @@ """All things related to PGP signing""" +from __future__ import annotations + import subprocess from pathlib import Path from typing import Optional