-
-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
enhancementNew feature or requestNew feature or requestinfrastructureIssues relevant to infrasructure, rather than contentIssues relevant to infrasructure, rather than content
Description
At another, much smaller traffic, project I run into the issue that the binder deployment stopped working without CI noticing.
Would be nice to work out a CI job that checks on that all the deployment options (binder, colab, or anything else we enable) works as expected (that case it was due to version incompatibilities),
rossbarmelissawm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinfrastructureIssues relevant to infrasructure, rather than contentIssues relevant to infrasructure, rather than content
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
soma2000-lang commentedon Jan 20, 2023
@bsipocz working on this one.
bsipocz commentedon Jun 18, 2024
I would advocate for dropping the env file in favour of reusing the requirements files for the deployments, after all we already test those and duplicating listing dependencies just creates more opportunities for failures.
bsipocz commentedon Jun 18, 2024
(that being said,
environment.yml
is being tested in a job, so it apparently not adequate for picking up issues with the deployment, see #216 )