ihmeuw-demographics / demUtils

Utility functions for working with demographic data and estimates.
https://ihmeuw-demographics.github.io/demUtils
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Fix installation of PyPDF2 dependency for github action workflow #28

Closed chacalle closed 3 years ago

chacalle commented 3 years ago

Describe changes

Switch to installing python using standard action and install 'PyPDF2' dependency directly.

What issues are related

Fixes #17

Checklist

Packages Repositories

Details of PR

Initially tried to follow reticulate directions to automatically install R package python dependencies but these don't seem to work easily.

https://rstudio.github.io/reticulate/articles/package.html https://rstudio.github.io/reticulate/articles/python_dependencies.html