use the latest version of pyquery as python3 is now available by default

This commit is contained in:
Sébastien Loriot 2022-07-18 11:18:20 +02:00
parent d784e245a1
commit 09b44ec0b3
1 changed files with 1 additions and 1 deletions

View File

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