Add Gitpod environment to modules to allow pytest-workflow testing. (#1151)

* Add Gitpod Env

* Add Gitpod Env

* Change Gitpod to install only Nextflow and pytest-workflow

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Mahesh Binzer-Panchal 2021-12-17 10:32:33 +01:00 committed by GitHub
parent 3eff67f54d
commit 754701fb3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.gitpod.yml Normal file
View file

@ -0,0 +1,10 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: Install Nextflow
init: |
curl -s https://get.nextflow.io | bash
sudo mv nextflow /usr/local/bin
- name: Install pytest-workflow
init: |
pip install pytest-workflow