Skip to content

Instantly share code, notes, and snippets.

@karm-patel
Last active May 11, 2022 10:53
Show Gist options
  • Save karm-patel/3649df4e87a05b4cee322a86205467c9 to your computer and use it in GitHub Desktop.
Save karm-patel/3649df4e87a05b4cee322a86205467c9 to your computer and use it in GitHub Desktop.

Task: Solve the error for the given jupyter notebooks.

  1. Configure python 3.7.13 in your PC. I recommend you to use conda enviornment of python 3.7.13 and use WSL in case of windows OS.
  2. fork master repo (pyprobml). In your fork repo, enable github actions using GUI. click on I understand.... them button. image
  3. Usually we create new branch, then make changes. But in this task, we need to make changes in master branch only, because your changes will be applied on your PR's workflow if you make change in master branch.
  4. So make changes in master branch. And check if notebook runs in google colab also.
  5. Once done push the code in your local repo. This will trigger workflow like below image
  6. Once all workflows are executed, you can click on branch "workflow_testing_indicator" image
  7. And then ensure that green right tick mark is placed in front of your notebook in README.md file. This is showing that your notebook is executing successfully. image
  8. After that send me notebook for review
  9. Once me or Zeel approve, create a PR in main repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment