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 f0e8b32
Showing 1 changed file with 4 additions and 4 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

0 comments on commit f0e8b32

Please sign in to comment.