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