We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0d504 commit a228d0eCopy full SHA for a228d0e
.devcontainer/devcontainer.json
@@ -4,8 +4,8 @@
4
"cpus": 4
5
},
6
"waitFor": "onCreateCommand",
7
- "updateContentCommand": "conda env create --file environment.yml",
8
- "postCreateCommand": ["/bin/bash", "-c", "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD"],
+ "updateContentCommand": ["/bin/bash", "-c", "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