We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61776bf commit 62860d3Copy full SHA for 62860d3
.gitpod.yml
@@ -1,13 +1,10 @@
1
+image: mambaorg/micromamba:latest
2
tasks:
3
- name: initialize
- before: source ~/.bashrc
4
- init: |
+ before: |
5
mkdir -p .vscode
6
- mkdir -p ~/.local/bin/
7
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
+ init: |
11
micromamba create -yf conda-envs/environment-test-py39.yml
12
pip install -r requirements-dev.txt
13
pip install -e .
0 commit comments