Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Skip cells with pip install using regex #83

Open
johnnv1 opened this issue Jan 29, 2024 · 0 comments
Open

CI: Skip cells with pip install using regex #83

johnnv1 opened this issue Jan 29, 2024 · 0 comments
Labels
CI enhancement New feature or request

Comments

@johnnv1
Copy link
Member

johnnv1 commented Jan 29, 2024

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.

@johnnv1 johnnv1 added enhancement New feature or request CI labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant