kornia / tutorials

Repository containing the Kornia related tutorials
https://kornia.github.io/tutorials/
Apache License 2.0
45 stars 32 forks source link

CI: Skip cells with `pip install` using regex #83

Open johnnv1 opened 9 months ago

johnnv1 commented 9 months ago

At #81 I speed up the tutorials run CI by some minutes skipping the cells with !pip install ....

At #81, it was done by adding the tag skip-execution to the cells. But we should have some more generic/automatic way to skip these cells. Which I believe can be achieved using --RegexRemovePreprocessor option from jupyter nbcovert command.