-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix force_store_pdf_enabled, improve logging and clean things #789
Conversation
Test Results 3 files + 1 3 suites +1 8s ⏱️ - 1m 13s Results for commit ef111fe. ± Comparison against base commit 5b8c077. This pull request removes 56 and adds 93 tests. Note that renamed tests count towards both.
This pull request removes 1 skipped test and adds 1 skipped test. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
3f1bb8e
to
51eed22
Compare
@@ -110,7 +110,7 @@ jobs: | |||
- name: Install dependencies | |||
run: | | |||
sudo apt-get --allow-releaseinfo-change update | |||
sudo apt-get install python2-dev python3-dev libxml2-dev libxmlsec1 libxmlsec1-dev libgdal-dev -y | |||
sudo apt-get install python2-dev python3-dev libxml2-dev libxmlsec1 libxmlsec1-dev libgdal-dev pdftk -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessari per el test que prova el join, sense aquest paquet la llibreria pypdftk no funciona!
Arregla el codi perque es pugui forcar desde context l'activació o desactivació del PDF storer (arreglant nomenclatura), i millora els logs :)