We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c831797 commit bad072bCopy full SHA for bad072b
.devcontainer/devcontainer.json
@@ -28,7 +28,7 @@
28
// "runServices": [],
29
// Uncomment the next line if you want to keep your containers running after VS Code shuts down.
30
"shutdownAction": "stopCompose",
31
- "onCreateCommand": "python3 -m pip install -e .",
+ "onCreateCommand": "python3 -m pip install -e .[test]",
32
"features": {
33
"ghcr.io/devcontainers/features/git:1": {},
34
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
0 commit comments