Skip to content

Commit b705b2f

Browse files
committed
issue2551368 - test gpg-2.0.0
Bern updated the issue to report gpg 2.0.0 should be available for install from pypi. Test that.
1 parent 1f4b1da commit b705b2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
# pygments for markdown2 to highlight code blocks
242242
pip install markdown2 pygments
243243
# docutils for ReStructuredText
244-
pip install beautifulsoup4 brotli docutils jinja2 \
244+
pip install beautifulsoup4 brotli docutils gpg jinja2 \
245245
mistune==0.8.4 pyjwt pytz whoosh
246246
# gpg on PyPi is currently broken with newer OS platform
247247
# ubuntu 24.04
@@ -250,8 +250,8 @@ jobs:
250250
# bindings on 24.04 or released version for other OS
251251
# versions. See issue2551368. 'pip install gpg' should work
252252
# at some point when things are released to the production repo.
253-
pip install --index-url https://test.pypi.org/simple/ \
254-
--extra-index-url https://pypi.org/simple gpg;
253+
#pip install --index-url https://test.pypi.org/simple/ \
254+
# --extra-index-url https://pypi.org/simple gpg;
255255
256256
- name: Install aux packages that need versions differences
257257
# if zstd fails install, keep going with test, don't abort

0 commit comments

Comments
 (0)