.gitpod.yml 444 B

1234567891011
  1. # This configuration file was automatically generated by Gitpod.
  2. # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
  3. # and commit this file to your remote git repository to share the goodness with others.
  4. # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
  5. tasks:
  6. - init: pip install -r requirements.txt
  7. command: python main.py