We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd22d1 commit 62661edCopy full SHA for 62661ed
.github/workflows/ci-test.yml
@@ -240,7 +240,7 @@ jobs:
240
# pygments for markdown2 to highlight code blocks
241
pip install markdown2 pygments
242
# docutils for ReStructuredText
243
- pip install beautifulsoup4 justhtml brotli docutils jinja2 \
+ pip install beautifulsoup4 brotli docutils jinja2 \
244
mistune==0.8.4 pyjwt pytz whoosh
245
# gpg on PyPi is currently broken with newer OS platform
246
# ubuntu 24.04
@@ -257,6 +257,8 @@ jobs:
257
run: |
258
set -xv
259
pip install zstd || true
260
+ # justhtml supports python 3.10 or newer.
261
+ pip install justhtml || true
262
if [[ "$PYTHON_VERSION" != "2."* ]]; then
263
pip install Markdown; fi
264
0 commit comments