transferwise / hisel

Feature selection tool based on Hilbert-Schmidt Independence Criterion
Apache License 2.0
2 stars 0 forks source link

Use poetry in tests of github workflow #13

Closed claudio-tw closed 1 year ago

claudio-tw commented 1 year ago

Context

the script run_tests.yaml installs the dependencies required by hisel using pip and the requirement file requirements-test.txt. This is not aligned to the intended management of the dependencies, which is via poetry. This PR proposes to unify these two approaches to dependence management, and it replaces the usage of pip and requirement files in the github tests with poetry commands.

Checklist