Mercurial > p > roundup > code
changeset 6848:eafbd37354ab
don't pulll gpgme directly. also reduce runs to 3.10 and 2.7
during testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 21:58:38 -0400 |
| parents | 1f335fc08795 |
| children | 86c64ed14a6d |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Aug 31 21:52:49 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 21:58:38 2022 -0400 @@ -22,7 +22,8 @@ fail-fast: false matrix: # Run in all these versions of Python - python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] + python-version: [ "2.7", "3.10" ] + #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] # use for multiple os or ubuntu versions # os: [ubuntu-latest, macos-latest, windows-latest] @@ -78,7 +79,7 @@ - name: Install auxilary packages run: | - sudo apt-get install swig gpgsm libgpgme # needed for gpg + sudo apt-get install swig gpgsm # needed for gpg pulls in libgpgme pip install beautifulsoup4 brotli gpg jinja2 markdown2 \ pyjwt pytz whoosh
