We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3485538 commit cff0e68Copy full SHA for cff0e68
1 file changed
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
"extensions": ["learn-pack.learnpack-vscode"]
23
}
24
},
25
- "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock pandas && npm i @learnpack/learnpack@2.1.57 -g && learnpack plugins:install @learnpack/python@1.0.3"
+ "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock pandas && npm i @learnpack/learnpack@4.0.0 -g && learnpack plugins:install @learnpack/python@1.0.5"
26
27
// Features to add to the dev container. More info: https://containers.dev/features.
28
// "features": {},
0 commit comments