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.
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 properWEB3_INFURA_PROJECT_ID
, see it here: https://github.com/arberx/vaults/pull/1/checks?check_run_id=1064132206If this is in fact the case, I can open up an issue.