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: Exclude evals notebooks from cleaning output in .pre-commit-config.yaml #1625

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

pbadhe
Copy link
Collaborator

@pbadhe pbadhe commented Oct 14, 2023

Resolves #1559

@pbadhe pbadhe changed the title CI: Exclude evals notebooks from cleaning output in .pre-commit-config.yaml ci: Exclude evals notebooks from cleaning output in .pre-commit-config.yaml Oct 14, 2023
@@ -14,6 +14,7 @@ repos:
- id: clean-notebooks
name: clean-notebooks
files: \.ipynb$
exclude: ^tutorials/evals/.*\.ipynb$
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@axiomofjoy if it's simpler, we should probably just do this via pre-commit based CI rather than hatch

@mikeldking
Copy link
Contributor

Works as expected - thanks for the quick turnarround @pbadhe !

@mikeldking mikeldking merged commit 2275f6f into Arize-ai:main Oct 16, 2023
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2023
@pbadhe pbadhe deleted the precommit branch October 22, 2023 15:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

CI: Preserve the output of the eval notebooks
2 participants