File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
"extensions" : [" learn-pack.learnpack-vscode" ]
22
22
}
23
23
},
24
- "onCreateCommand" : " pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0 "
24
+ "onCreateCommand" : " pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3 "
25
25
26
26
// Features to add to the dev container. More info: https://containers.dev/features.
27
27
// "features": {},
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
25
25
RUN echo "export DATABASE_URL" >> $HOME/.bashrc
26
26
27
27
RUN pip3 install pytest==6.2.5 pytest-testdox mock
28
- RUN npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
28
+ RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3
Original file line number Diff line number Diff line change 19
19
"graded" : true ,
20
20
21
21
"editor" : {
22
- "version" : " 1.0.73 "
22
+ "version" : " 3.1.23 "
23
23
}
24
24
25
25
}
You can’t perform that action at this time.
0 commit comments