Skip to content

Commit

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

0 comments on commit 7e8e9cb

Please # to comment.