Skip to content

Commit 8a3ac2c

Browse files
authored
Merge pull request #105 from Charlytoc/patch-3
Update devcontainer.json
2 parents b2e250f + fa5f349 commit 8a3ac2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extensions": ["learn-pack.learnpack-vscode"]
2323
}
2424
},
25-
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/python@1.0.3"
2626

2727
// Features to add to the dev container. More info: https://containers.dev/features.
2828
// "features": {},

0 commit comments

Comments
 (0)