Skip to content

Commit aff13d9

Browse files
authored
Update .gitpod.yml
1 parent b4488f9 commit aff13d9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.gitpod.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
image: continuumio/miniconda3:4.12.0
2-
3-
41
tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configure/projects/prebuilds
52

63
- name: OpenBB SDK
7-
before: |
4+
before: |
5+
curl -O ~/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh
6+
bash ~/miniconda.sh -b -p ${HOME}/miniconda
7+
conda init
88
conda create -n obb python=3.9.6 -y
99
init: |
1010
conda activate obb
11-
pip install openbb==2.0.0
12-
pip install "openbb[all]"
11+
pip install "openbb==2.0.0[all]"
1312
command: conda activate obb
1413

1514

0 commit comments

Comments
 (0)