yearn / vaults

MIT License
74 stars 53 forks source link

Add requirements.txt, increase action timeout. #5

Closed arberx closed 3 years ago

arberx commented 4 years ago

Description

Add a requirements.txt for simple python dependency installation: pip install -r requirements.txt

Also, increase the default action timeout to 9 hours, it seems the actions on this repo are terminating, due to exceeding the default time limit of 300 minutes.

I believe this is due to improperly configured WEB3_INFURA_PROJECT_ID in the project's secrets. For example, I ran the tests successfuly in an action in under 3 minutes on my own repo with a proper WEB3_INFURA_PROJECT_ID, see it here: https://github.com/arberx/vaults/pull/1/checks?check_run_id=1064132206

If this is in fact the case, I can open up an issue.

fubuloubu commented 3 years ago

solved with https://github.com/iearn-finance/vaults/pull/11