Skip to content

Commit 7e8e9cb

Browse files
authored
Update devcontainer.json
1 parent ce62a9a commit 7e8e9cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/devcontainer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
},
66
"waitFor": "onCreateCommand",
77
"updateContentCommand": "conda env create --file environment.yml",
8-
"postCreateCommand": ["source activate shenfun",
9-
"python setup.py build_ext -i",
10-
"export PYTHONPATH=$PWD"],
8+
"postCreateCommand": "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
119
"customizations": {
1210
"codespaces": {
1311
"openFiles": []

0 commit comments

Comments
 (0)