Skip to content

Commit 62860d3

Browse files
authored
Update .gitpod.yml
1 parent 61776bf commit 62860d3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.gitpod.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
image: mambaorg/micromamba:latest
12
tasks:
23
- name: initialize
3-
before: source ~/.bashrc
4-
init: |
4+
before: |
55
mkdir -p .vscode
6-
mkdir -p ~/.local/bin/
76
echo '{"python.defaultInterpreterPath": "/home/gitpod/micromamba/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
8-
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C ~/.local/ bin/micromamba
9-
~/.local/bin/micromamba shell init -s bash -p ~/micromamba
10-
source ~/.bashrc
7+
init: |
118
micromamba create -yf conda-envs/environment-test-py39.yml
129
pip install -r requirements-dev.txt
1310
pip install -e .

0 commit comments

Comments
 (0)