comparison .github/workflows/ci-test.yml @ 7509:46248c3ca7af

markdown2 v2.4.9 is broken. Pin to 2.4.8 or earlier. Revert when https://github.com/trentm/python-markdown2/issues/517 is fixed.
author John Rouillard <rouilj@ieee.org>
date Sun, 25 Jun 2023 17:03:38 -0400
parents f0ff7f790c5c
children 8ae4b6498345
comparison
equal deleted inserted replaced
7508:055f47b41b8b 7509:46248c3ca7af
164 164
165 - name: Install auxiliary packages 165 - name: Install auxiliary packages
166 run: | 166 run: |
167 sudo apt-get install swig gpgsm libgpgme-dev 167 sudo apt-get install swig gpgsm libgpgme-dev
168 # pygments for markdown2 to highlight code blocks 168 # pygments for markdown2 to highlight code blocks
169 pip install markdown2 pygments 169 pip install 'markdown2<=2.4.8' pygments
170 # docutils for ReStructuredText 170 # docutils for ReStructuredText
171 pip install beautifulsoup4 brotli docutils gpg jinja2 \ 171 pip install beautifulsoup4 brotli docutils gpg jinja2 \
172 mistune==0.8.4 pyjwt pytz whoosh 172 mistune==0.8.4 pyjwt pytz whoosh
173 173
174 - name: Install aux packages that need versions differences 174 - name: Install aux packages that need versions differences

Roundup Issue Tracker: http://roundup-tracker.org/