Force pyquery 1.4.1

This commit is contained in:
Maxime Gimeno 2020-11-27 10:36:19 +01:00
parent ba353257fb
commit a353ecbf2d
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ jobs:
run: |
set -x
sudo apt-get update && sudo apt-get install -y graphviz ssh bibtex2html
sudo pip install lxml pyquery
sudo pip install lxml
sudo pip install 'pyquery==1.4.1' # it seems to be the last py2 compatible version
wget --no-verbose -O doxygen_exe https://cgal.geometryfactory.com/~mgimeno/doxygen/build_1_8_13/bin/doxygen
sudo mv doxygen_exe /usr/bin/doxygen
sudo chmod +x /usr/bin/doxygen