diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6d9f265..5600b5e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ ] } }, - "postCreateCommand": "git pull && python3 -m pip install -e src", + "postCreateCommand": "python3 -m pip install -e src", "remoteUser": "vscode", "hostRequirements": { "memory": "8gb"