Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Aug 29, 2024
1 parent c1c184a commit 5c445db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zeyple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7]
python-version: [3.11, 3.12]
fail-fast: false
steps:
- name: Checkout repository
Expand All @@ -28,12 +28,12 @@ jobs:
sudo apt-get install debconf-utils
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local only'"
sudo debconf-set-selections <<< "postfix postfix/mailname string localhost"
sudo apt-get install -y mailutils ruby ruby-dev rubygems build-essential sudo gnupg python-gpg libgpgme-dev swig
sudo apt-get install -y mailutils ruby ruby-dev rubygems build-essential sudo gnupg python3-gpg libgpgme-dev
python -m pip install --upgrade pip
pip install -r requirements_gpg.txt
pip install -r requirements.txt
sudo gem install --no-document fpm
- name: Test
run: python -m pytest tests/
run: python -m pytest
- name: Build deb package
run: ./fpm/create
- name: End to end test using deb package
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pygpgme
gpg>=1.10.0
six>=1.12.0
pytest>=4.1.0
pytest-cov>=2.6.1
Expand Down

0 comments on commit 5c445db

Please sign in to comment.