We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f876928 + 64add81 commit e6237f9Copy full SHA for e6237f9
.devcontainer/devcontainer.json
@@ -4,8 +4,8 @@
4
"cpus": 4
5
},
6
"waitFor": "onCreateCommand",
7
- "updateContentCommand": "conda env create --file environment.yml",
8
- "postCreateCommand": "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
+ "updateContentCommand": "conda env create --file environment.yml && source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
+ "postCreateCommand": "",
9
"customizations": {
10
"codespaces": {
11
"openFiles": []
0 commit comments