Skip to content

Commit e0c9ac5

Browse files
committed
Fixing CI issues
1 parent 89806ef commit e0c9ac5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'CHANGELOG.md'
1313
- '.github/workflows/release.yml'
1414
- '.github/workflows/docs.yml'
15+
- 'docs'
1516

1617
jobs:
1718
matrix:

src/repopulator/pki_signer.py

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

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

9+
from __future__ import annotations
10+
911
import hashlib
1012

1113
from pathlib import Path

0 commit comments

Comments
 (0)