Skip to content

Commit 0ba9410

Browse files
committed
trying to fix conda install inside prebuild
1 parent 0920b31 commit 0ba9410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configu
33
- name: OpenBB Terminal # Install and Setup: miniconda, openbb terminal and openbb sdk
44
before: |
55
git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
6-
cd OpenBBTerminal
7-
init: |
86
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
97
bash ~/miniconda.sh -b -p ${HOME}/miniconda
108
eval "$(${HOME}/miniconda/bin/conda shell.bash hook)"
@@ -15,7 +13,9 @@ tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configu
1513
conda activate obb
1614
pip install openbb==2.0.0
1715
pip install "openbb[all]"
16+
cd OpenBBTerminal
1817
poetry install -E all
18+
init: conda activate obb
1919
command: openbb
2020

2121

0 commit comments

Comments
 (0)