HicResearch / TREEHOOSE

DARE UK Sprint Project: Trusted Research Environment and Enclave for Hosting Open Original Science Exploration
Apache License 2.0
9 stars 15 forks source link

workspace_backup pre-commit requires dev dependencies #77

Open manics opened 2 years ago

manics commented 2 years ago

workspace_backup/.pre-commit-config.yaml runs the tests https://github.com/HicResearch/TREEHOOSE/blob/ec323b70b2add7607d9479f1c90e66ef9583634a/src/components/workspace_backup/.pre-commit-config.yaml#L75-L83

but requirements-dev.txt was removed in d2f135ce987c54667e28709e9839989b1e39952d so they can't be run without installing the dependencies manually.