Skip to content

Commit

Permalink
Deactivate broken CI workflows
Browse files Browse the repository at this point in the history
These workflows try to install the gpg dependency of alot via pip but
since c1137ea it is required as > 1.10.0 and such a version is not
currently available on PyPI.

See #1630 for context.  When the dependency problem is resolved these
workflows can be activated again.
  • Loading branch information
lucc committed May 7, 2024
1 parent a107e84 commit bef958e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# WARNING: This workflow is deactivated until the gpg dependency problem from
# issue 1630 (see
# https://github.com/pazz/alot/issues/1630#issuecomment-1938174029 and
# onwards) is fixed. The problem was introduced in c1137ea9: the gpg
# dependency is required with version > 1.10.0 and such a version is not
# currently available on PyPI but must be build from hand.

name: Run tests

on:
Expand Down

0 comments on commit bef958e

Please sign in to comment.