brainhackorg / brainmatch

Event project requirement-contributor request matching toolkit
2 stars 3 forks source link

ENH: Remove temporarily `GitHub` actions cache #29

Closed jhlegarreta closed 3 years ago

jhlegarreta commented 3 years ago

Remove temporarily GitHub actions cache.

jhlegarreta commented 3 years ago

Cross-referencing https://github.com/brainhackorg/brainmatch/pull/27#issuecomment-853422160.

The cache is still around even after 7 days, so I'll merge this PR. and once the tests are passing and the new cache with the necessary packages is available I'll rebase interactively and push force to remove this temporary commits.

jhlegarreta commented 3 years ago

Failures after installing pytest-console-scripts are apparently due to the fact that: "Since pytest-console-scripts relies on the scripts being located in the path, it can only run the console scripts from packages that have been installed" from https://pypi.org/project/pytest-console-scripts/

I reproduced the error by uninstalling the package locally (previously I had installed it, python setup.py develop, and thus testing the script worked locally).