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 89fd7ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:

poetry:

# TODO remove this line after the gpg dependency problem from #1630 and
# c1137ea9 is fixed. Until then these checks are deactivated.
if: false

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
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 89fd7ce

Please sign in to comment.