Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Jun 18, 2024
1 parent e6237f9 commit 6a0d504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "conda env create --file environment.yml && source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
"postCreateCommand": "",
"updateContentCommand": "conda env create --file environment.yml",
"postCreateCommand": ["/bin/bash", "-c", "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD"],
"customizations": {
"codespaces": {
"openFiles": []
Expand Down

0 comments on commit 6a0d504

Please sign in to comment.