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

Running notebooks in CI #10

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Running notebooks in CI #10

merged 2 commits into from
Dec 12, 2024

Conversation

mhavasi
Copy link
Contributor

@mhavasi mhavasi commented Dec 11, 2024

This PR adds a workflow that tests that all notebooks under examples/ run correctly. It will trigger on every push.

This test is a separate runner from CI because it needs a GPU (cpu version is too slow).

If we find that this test uses too much of our compute budget, we can reduce the frequency of the runs.

A single run takes 8m30s.

@mhavasi mhavasi force-pushed the marton/notebook_unit_tests branch from 6e35658 to 1186985 Compare December 11, 2024 22:09
@mhavasi mhavasi force-pushed the marton/notebook_unit_tests branch from 2f59329 to e83595f Compare December 11, 2024 22:23
@mhavasi mhavasi requested a review from itaigat December 11, 2024 22:25
@mhavasi mhavasi marked this pull request as ready for review December 11, 2024 22:25
@mhavasi mhavasi merged commit 3bbe2eb into main Dec 12, 2024
3 checks passed
@mhavasi mhavasi deleted the marton/notebook_unit_tests branch December 13, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants