Skip to content

Commit a228d0e

Browse files
authored
Update devcontainer.json
1 parent 6a0d504 commit a228d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"cpus": 4
55
},
66
"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"],
7+
"updateContentCommand": ["/bin/bash", "-c", "conda env create --file environment.yml && source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD"],
8+
"postCreateCommand": "",
99
"customizations": {
1010
"codespaces": {
1111
"openFiles": []

0 commit comments

Comments
 (0)