Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0953f1f

Browse files
committed
Fix problem creating codespaces environment [skip-ci]
1 parent 51332ce commit 0953f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "AstroPy",
33
"image": "mcr.microsoft.com/devcontainers/miniconda:0-3",
44
"onCreateCommand": "conda init bash && sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
5-
"postCreateCommand": "git fetch --tag && pip install tox && pip install -e .[all,test_all,docs]",
5+
"postCreateCommand": "git fetch --tags && pip install tox && pip install -e .[all,test_all,docs]",
66
"waitFor": "postCreateCommand",
77
"customizations": {
88
"vscode": {

0 commit comments

Comments
 (0)