From e4f741d0a999c002348232fd2a8f9cd979806548 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:57:43 +0000 Subject: [PATCH] update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c2917dd..1e54173 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Clone the submodules, and install all the dependencies. "postCreateCommand": { "get_tinytex": "git submodule update --init", - "install_dependencies": "cd /workspaces/rendercv && pip install .[dev,tests,docs]" + "install_dependencies": "pip install .[dev,tests,docs]" } // Configure tool-specific properties.