From bd97d5138640031091dbc6ca1fb59a7f5c877fda Mon Sep 17 00:00:00 2001 From: Howie Leung Date: Tue, 1 Jul 2025 16:29:20 -0700 Subject: [PATCH] revert git pull from dev container since it doesn't help --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6d9f2653..5600b5e6 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"