act-now-coalition / can-scrapers

MIT License
9 stars 13 forks source link

Update dependencies on Prefect with webhook #378

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

377 did not solve the tableauscraper version issue, unfortunately (Production is still using 0.1.4).

This should hopefully reinstall the dependencies on production whenever code is merged to main.

I consulted: https://stackoverflow.com/questions/41060382/using-pip-to-install-packages-to-anaconda-environment

mikelehen commented 2 years ago

From that stackoverflow question, if pip isn't installed in the conda environment then perhaps we'd want to run conda install pip... But I'd just try it as-is to start.