Skip to content

Commit 9ad754d

Browse files
authored
Update gitpod.io with numpy prebuild image
1 parent 62860d3 commit 9ad754d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitpod.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
image: mambaorg/micromamba:latest
1+
image: numpy/numpy-gitpod:latest
22
tasks:
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+
1312
vscode:
1413
extensions:
1514
- eamodio.gitlens

0 commit comments

Comments
 (0)