We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62860d3 commit 9ad754dCopy full SHA for 9ad754d
.gitpod.yml
@@ -1,15 +1,14 @@
1
-image: mambaorg/micromamba:latest
+image: numpy/numpy-gitpod:latest
2
tasks:
3
- name: initialize
4
- before: |
5
- mkdir -p .vscode
6
- echo '{"python.defaultInterpreterPath": "/home/gitpod/micromamba/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
7
init: |
8
- micromamba create -yf conda-envs/environment-test-py39.yml
+ mkdir -p .vscode
+ echo '{"python.defaultInterpreterPath": "/home/gitpod/mambaforge3/envs/pymc-test-py39/bin/python"}' > .vscode/settings.json
+ conda create -yf conda-envs/environment-test-py39.yml
+ conda activate pymc-test-py39
9
pip install -r requirements-dev.txt
10
pip install -e .
11
- command: |
12
- micromamba activate pymc-test-py39
+
13
vscode:
14
extensions:
15
- eamodio.gitlens
0 commit comments