This is a composite action intended to get you started as fast as possible.
It runs:
No version pinning is preformed and so subsequent runs can have different results
Use this action to get started, then narrow down and specifiy your target setup when you are happy with your GitHub Actions workflow
#...
steps:
- uses: actions/checkout@v3
- uses: iterative/setup-tools@v1
- run: dvc ...
- run: python train.py
- run: cml ...