File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- image : mambaorg/micromamba :latest
1+ image : numpy/numpy-gitpod :latest
22tasks :
33 - name : initialize
4- before : |
5- mkdir -p .vscode
6- echo '{"python.defaultInterpreterPath": "/home/gitpod/micromamba/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
74 init : |
8- micromamba create -yf conda-envs/environment-test-py39.yml
5+ mkdir -p .vscode
6+ echo '{"python.defaultInterpreterPath": "/home/gitpod/mambaforge3/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
7+ conda create -yf conda-envs/environment-test-py39.yml
8+ conda activate pymc-test-py39
99 pip install -r requirements-dev.txt
1010 pip install -e .
11- command : |
12- micromamba activate pymc-test-py39
11+
1312vscode :
1413 extensions :
1514 - eamodio.gitlens
You can’t perform that action at this time.
0 commit comments