Skip to content

iterative/setup-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

setup-tools v1

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

Usage

#...
    steps:
      - uses: actions/checkout@v3
      - uses: iterative/setup-tools@v1
      - run: dvc ...
      - run: python train.py
      - run: cml ...

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published