Skip to content

Commit

Permalink
Fixing CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jun 8, 2024
1 parent 89806ef commit e0c9ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'CHANGELOG.md'
- '.github/workflows/release.yml'
- '.github/workflows/docs.yml'
- 'docs'

jobs:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions src/repopulator/pki_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

"""All things related to PKI signing"""

from __future__ import annotations

import hashlib

from pathlib import Path
Expand Down

0 comments on commit e0c9ac5

Please sign in to comment.