Skip to content

Commit 019471c

Browse files
committed
don't pulll gpgme directly. also reduce runs to 3.10 and 2.7
during testing.
1 parent 091b065 commit 019471c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
# Run in all these versions of Python
25-
python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ]
25+
python-version: [ "2.7", "3.10" ]
26+
#python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ]
2627
# use for multiple os or ubuntu versions
2728
# os: [ubuntu-latest, macos-latest, windows-latest]
2829

@@ -78,7 +79,7 @@ jobs:
7879

7980
- name: Install auxilary packages
8081
run: |
81-
sudo apt-get install swig gpgsm libgpgme # needed for gpg
82+
sudo apt-get install swig gpgsm # needed for gpg pulls in libgpgme
8283
pip install beautifulsoup4 brotli gpg jinja2 markdown2 \
8384
pyjwt pytz whoosh
8485

0 commit comments

Comments
 (0)