Skip to content

Commit 64add81

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

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": "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
7+
"updateContentCommand": "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)