-
Notifications
You must be signed in to change notification settings - Fork 52
Development Guide
Kenichi Maehashi edited this page Dec 1, 2021
·
1 revision
- Setup CI: https://github.com/pfnet/pytorch-pfn-extras/pull/413
- Update README
- Run mypy with
warn_unused_ignores = True
and remove unnecessary ignore comments.
- Create a pull-request that changes the test environment.
- Trigger a build for the PR via https://ci.preferred.jp/pytorch-pfn-extras.prep-linux/ to use the updated image.
- If you are adding a new FlexCI project, create a new project via FlexCI and configure a webhook to trigger the project.
- Trigger a test run via pull-request comment
/test
.