NKI-CCB / sobolev_alignment

Sobolev alignment of deep probabilistic models for comparing single cell profiles
MIT License
5 stars 2 forks source link

Fix codecov CI and update template #4

Closed grst closed 1 year ago

grst commented 1 year ago

This PR fixes some problems with the CI setup of the scverse-cookiecutter template repo. Last night, the codecov package was pulled from PyPI. This can easily be replaced, however we've realized our automatic template sync system does not allow us to modify github actions (a security precaution from github), so we need to roll out this update manually.

We're also taking this opportunity to make several other intended changes for to the CI workflow.

We're still looking into how we can avoid this in the future, which will likely require us changing how our template sync system works. This is being tracked in the scverse/cookiecutter-scverse#138.

Changes

These changes constitute the 0.2.1 release of the template and make the following changes:

Additional remarks

saroudant commented 1 year ago

Dear @grst,

Many thanks for the pull request. This triggers errors with pre-commit (lines too long) and I will correct all of these in a week.

Best regards, Soufiane