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

Improve CI #4

Open
3 of 4 tasks
schmoelder opened this issue Oct 22, 2023 · 1 comment
Open
3 of 4 tasks

Improve CI #4

schmoelder opened this issue Oct 22, 2023 · 1 comment
Assignees

Comments

@schmoelder
Copy link
Contributor

schmoelder commented Oct 22, 2023

Currently, we use pre-commit/pre-push hooks to create different branches that

  • reset --hard on dev
  • Create ipynbs for
  • Remove cells with solution tags for teaching branch
  • Run all notebooks for solution branch

However, this takes too long and is error prone since it can lead to issues with the local files. Instead, we should add some GitHub Actions that do that for us.

Open Question:

  • protect multiple branches on GitHub?
@schmoelder schmoelder mentioned this issue Oct 22, 2023
4 tasks
@ronald-jaepel
Copy link
Collaborator

I've created a CI github action in the test-ci branch.

So far it seems to work.
Open question 2:

  • the figures do not show up in the ipynbs. Should add an automatic replacement with jupyter syntax to show the images?

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

No branches or pull requests

2 participants