-
-
Notifications
You must be signed in to change notification settings - Fork 692
Migrate from Travis CI to GitHub Actions #1442
Copy link
Copy link
Closed
Labels
Description
🚀 Feature
The idea is to migrate 3 following stages from Travis CI to GitHub Actions:
- Docs: https://github.com/pytorch/ignite/blob/master/.travis.yml#L64-L95
- Deploy: https://github.com/pytorch/ignite/blob/master/.travis.yml#L97-L145
- Nightly: https://github.com/pytorch/ignite/blob/master/.travis.yml#L147-L175 (done by Migrated nightly build/release to GitHub Actions (#1448) #1450)
Each stage can be a separate action: e.g. Docs -> .github/workflows/docs.yml, Deploy -> .github/workflows/binaries-release.yml, Nightly -> .github/workflows/binaries-nightly-release.yml
For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
Reactions are currently unavailable