Skip to content

Commit c68a0ce

Browse files
committed
And more fixing CI
1 parent ff8c2ce commit c68a0ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949
run: pip install Nox
5050

5151
- name: Test
52-
shell: bash
5352
run: nox --sessions test --force-python ${{ steps.setup-python.outputs.python-path }}
5453

src/repopulator/pgp_signer.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
"""All things related to PGP signing"""
88

9+
from __future__ import annotations
10+
911
import subprocess
1012
from pathlib import Path
1113
from typing import Optional

0 commit comments

Comments
 (0)