numpy / numpy-tutorials

NumPy tutorials & educational content in notebook format
https://numpy.org/numpy-tutorials/
Other
465 stars 178 forks source link

CI: test binder startup #159

Open bsipocz opened 1 year ago

bsipocz commented 1 year ago

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),

soma2000-lang commented 1 year ago

@bsipocz working on this one.

bsipocz commented 2 months ago

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 commented 2 months ago

(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 )