Skip to content

Commit

Permalink
And more fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jun 7, 2024
1 parent ff8c2ce commit c68a0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

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

"""All things related to PGP signing"""

from __future__ import annotations

import subprocess
from pathlib import Path
from typing import Optional
Expand Down

0 comments on commit c68a0ce

Please sign in to comment.