Skip to content

Commit

Permalink
Mock the gpg library in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent 9a1ef33 commit 5de2888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,8 @@ jobs:
sed -i /gpg/d pyproject.toml
pip install .
- name: Mock the gpg library
run: touch gpg.py

- name: Run tests
run: python3 -m unittest --verbose

0 comments on commit 5de2888

Please sign in to comment.