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

Skip to content

Commit f1134af

Browse files
committed
Do not pre-build astropy in codespaces container
1 parent e3b2444 commit f1134af

2 files changed

Lines changed: 4 additions & 2 deletions

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 --tags && pip install tox && pip install -e .[all,test_all,docs]",
5+
"postCreateCommand": "git fetch --tags && pip install tox",
66
"waitFor": "postCreateCommand",
77
"customizations": {
88
"vscode": {

.devcontainer/welcome-message.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
👋 Welcome to "AstroPy" in GitHub Codespaces!
22

3-
🛠️ Your environment is fully setup with all the required software.
3+
🛠️ To complete setup of your development environment run the following in the terminal:
4+
5+
pip install -e ".[all,test_all,docs]"
46

57
🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P or F1).
68

0 commit comments

Comments
 (0)