File tree 1 file changed +6
-3
lines changed
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
2
2
tasks :
3
3
- name : initialize
4
4
init : |
5
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
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
8
9
conda activate pymc-test-py39
9
10
pip install -r requirements-dev.txt
10
11
pip install -e .
12
+ command : |
13
+ conda init bash && echo "conda activate pymc-test-py39" >> ~/.bashrc && source ~/.bashrc && conda activate pymc-test-py39
11
14
12
15
vscode :
13
16
extensions :
You can’t perform that action at this time.
0 commit comments