projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1c57b
)
Install necessary packages (#8479)
author
Gereon Kremer
<gkremer@cs.stanford.edu>
Thu, 31 Mar 2022 07:01:57 +0000
(09:01 +0200)
committer
GitHub
<noreply@github.com>
Thu, 31 Mar 2022 07:01:57 +0000
(07:01 +0000)
We use beautifulsoup to generate the version selector of the release documentation. This PR makes sure all necessary dependencies for this script are installed.
.github/workflows/docs_upload.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/docs_upload.yml
b/.github/workflows/docs_upload.yml
index b2ac38089dd864baade474a3b2bc2b6fab97f494..b5b28363c1c57718ecfa38dc85220a78f6be4859 100644
(file)
--- a/
.github/workflows/docs_upload.yml
+++ b/
.github/workflows/docs_upload.yml
@@
-115,6
+115,8
@@
jobs:
continue-on-error: true
run: |
if [ "$ISRELEASE" = true ]; then
+ python3 -m pip install beautifulsoup4 lxml
+
eval $(ssh-agent -s)
ssh-add - <<< "${{ secrets.CVC5_DOCS_RELEASE_TOKEN }}"