File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments