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.