Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we integrate this with TravisCI or any other CI tool? #14

Closed
meetchandan opened this issue Dec 4, 2019 · 1 comment
Closed

Can we integrate this with TravisCI or any other CI tool? #14

meetchandan opened this issue Dec 4, 2019 · 1 comment

Comments

@meetchandan
Copy link

Would be good to know the status of the build. @savingoyal

@savingoyal
Copy link
Collaborator

We integrate with Github CI Actions already.

sappier added a commit to sappier/metaflow that referenced this issue Feb 5, 2021
The @argo step decorator could have a list of the artifact specs, e.g.

    @argo(artifacts=[
          {
              'name': 'testmodel',
              'path': '/tmp/model',
              'archive': {
                  'none': {}
              }
          }])
    @step
    def start(self):
        with open('/tmp/model', 'wb') as f:
            pickle.dump('Hello there', f)
        print('Model is saved at /tmp/model')
        self.next(self.end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants