quick patch for devcontainer.json

This commit is contained in:
Arthur Lu 2021-04-12 06:27:50 +00:00
parent 4de011ef45
commit 1252865ced

View File

@ -24,5 +24,5 @@
"ms-python.python",
"waderyan.gitblame"
],
"postCreateCommand": "/usr/bin/pip3 install -r /workspaces/tra-data-analysis/src/requirements.txt && /usr/bin/pip3 install --no-cache-dir pylint && /usr/bin/pip3 install pytest"
"postCreateCommand": "/usr/bin/pip3 install -r /workspaces/tra-superscript/src/requirements.txt && /usr/bin/pip3 install --no-cache-dir pylint && /usr/bin/pip3 install pytest"
}