Skip to content

Commit

Permalink
install deps with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent 08f8ede commit e56f370
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ jobs:
steps:
- uses: actions/checkout@v4

## https://notmuchmail.org/releases/ notmuch-0.38.3.tar.xz
#- name: Install dependencies for the gpg and notmuch python package
# run: |
# set -e
# sudo apt-get update
# sudo apt-get install -y --no-install-recommends apt-rdepends
# sudo apt-get install -y --no-install-recommends \
# libgpgme-dev libxapian-dev libgmime-3.0-dev libtalloc-dev swig \
# python3 python3-dev \
# libpython3-all-dev python3-all-dev \
# $(apt-rdepends python3-gpg | grep -v "^ " |grep -v debconf | grep -v pinentry)

# env:
# DEBIAN_FRONTEND: noninteractive
# https://notmuchmail.org/releases/ notmuch-0.38.3.tar.xz
- name: Install dependencies for the gpg and notmuch python package
run: |
set -e
sudo apt-get update
sudo apt-get install -y --no-install-recommends apt-rdepends
sudo apt-get install -y --no-install-recommends \
libgpgme-dev libxapian-dev libgmime-3.0-dev libtalloc-dev swig \
python3 python3-dev \
libpython3-all-dev python3-all-dev \
$(apt-rdepends python3-gpg | grep -v "^ " |grep -v debconf | grep -v pinentry)
env:
DEBIAN_FRONTEND: noninteractive

# - name: Update the gpg dependency in the pyproject file
# # 1.16 is the version of gpgme that is currently available in ubuntu-latest (currently 22.04)
Expand Down

0 comments on commit e56f370

Please sign in to comment.