Skip to content

Commit 18fe6d0

Browse files
authored
Update .gitpod.yml (#65)
* Update .gitpod.yml * Update .gitpod.yml * Update .gitpod.yml * Update .gitpod.yml * Update .gitpod.yml * Update .gitpod.yml
1 parent 9ad754d commit 18fe6d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitpod.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
image: numpy/numpy-gitpod:latest
1+
image: ghcr.io/conda/conda-ci:main-linux-python3.9
22
tasks:
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
1215
vscode:
1316
extensions:

0 commit comments

Comments
 (0)