File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- image : numpy/numpy-gitpod:latest
1+ image : ghcr.io/conda/conda-ci:main-linux-python3.9
22tasks :
33 - name : initialize
44 init : |
55 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
6+ echo '{"python.defaultInterpreterPath": "/home/gitpod/.conda/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
7+ conda init bash && source ~/.bashrc
8+ conda env update -f conda-envs/environment-test-py39.yml
89 conda activate pymc-test-py39
910 pip install -r requirements-dev.txt
1011 pip install -e .
12+ command : |
13+ conda init bash && echo "conda activate pymc-test-py39" >> ~/.bashrc && source ~/.bashrc && conda activate pymc-test-py39
1114
1215vscode :
1316 extensions :
You can’t perform that action at this time.
0 commit comments