Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64ed398

Browse files
authoredApr 18, 2024··
Install lxml_html_clean dependency
1 parent be77ac8 commit 64ed398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/website-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
eval "$(pyenv init --path)"
7575
eval "$(pyenv init -)"
7676
pyenv shell 3.9.1
77-
pip install lxml
77+
pip install lxml_html_clean
7878
cmake \
7979
-Dwebsite=on \
8080
-Dtest=off \

0 commit comments

Comments
 (0)
Please sign in to comment.