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

feat: add workflow to verify notebooks #1444

Merged
merged 1 commit into from
Aug 21, 2024
Merged

feat: add workflow to verify notebooks #1444

merged 1 commit into from
Aug 21, 2024

Conversation

esolitos
Copy link
Contributor

@esolitos esolitos commented Aug 20, 2024

What

Migrates the "Verify Notebooks" workflow to Github Actions.

Why

Part of the process of retiring Screwdriver as CI/CD runner.

Additional Info

N/A

@esolitos esolitos force-pushed the Virtual-branch branch 3 times, most recently from 0aa8453 to 73d014a Compare August 20, 2024 07:24
@esolitos esolitos self-assigned this Aug 20, 2024
@esolitos esolitos marked this pull request as ready for review August 20, 2024 07:27
@esolitos esolitos requested review from glebashnik and aressem August 20, 2024 07:27
@esolitos esolitos merged commit 9573b6d into master Aug 21, 2024
4 checks passed
@esolitos esolitos deleted the Virtual-branch branch August 21, 2024 07:52
Copy link

@glebashnik glebashnik left a comment

Choose a reason for hiding this comment

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

Suggestion to replace runnb with papermill.


- name: Install dependencies
run: |
pip install --upgrade -qqq pytest notebook nbconvert runnb pandas torch numpy scikit-learn

Choose a reason for hiding this comment

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

runnb is obscure package, better to use something better known and supported.
For pyvespa, we use papermill to run notebooks:
https://github.com/vespa-engine/pyvespa/blob/master/.github/workflows/notebooks-cloud.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know neither of the two, so my opinion is void. 😊

@glebashnik perhaps make it a ticket in JIRA so it can be evaulated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants