lttkgp / metadata-extractor

Extract song metadata from YouTube links with Spotify API
MIT License
14 stars 7 forks source link

Fix GitHub actions #25

Closed AleksaC closed 4 years ago

AleksaC commented 4 years ago

This should fix issue #24 -- installing python3-lxml does nothing as it installs it for system interpreter but that doesn't seem to be the interpreter that runs the tests (running python -c 'import lxml' produces an import error). As lxml is optional dependency of bs4 and it seems to be used in the app it makes sense to add it in install_requires.