Skip to content

Commit

Permalink
Remove gpg dependency for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent e56f370 commit 9a1ef33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
# working-directory: gpgme/lang/python

- name: Install dependencies
run: pip install .
run: |
sed -i /gpg/d pyproject.toml
pip install .
- name: Run tests
run: python3 -m unittest --verbose

0 comments on commit 9a1ef33

Please sign in to comment.