Skip to content

Commit 9e51064

Browse files
Update pip install command
1 parent 70fc9c4 commit 9e51064

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ image: nfcore/gitpod:latest
22
tasks:
33
- name: install current state of nf-core/tools
44
command: |
5-
NFCORE_BUILD_PATH=$HOME/nf-core_build
6-
pip install --upgrade -r requirements-dev.txt -e . -t $NFCORE_BUILD_PATH
7-
PATH="$NFCORE_BUILD_PATH:$PATH"
5+
python -m pip install --upgrade -r requirements-dev.txt -e .
86
vscode:
97
extensions: # based on nf-core.nf-core-extensionpack
108
- codezombiech.gitignore # Language support for .gitignore files

0 commit comments

Comments
 (0)