File tree 3 files changed +14
-27
lines changed
3 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full:latest
2
2
USER gitpod
3
3
RUN pip3 install pytest==4.4.2 pytest-testdox mock
4
- RUN npm i -g learnpack && learnpack plugins:install learnpack-python
4
+ RUN npm i -g learnpack@0.1.12 && learnpack plugins:install learnpack-python@0.0.34
Original file line number Diff line number Diff line change 3
3
4
4
ports :
5
5
- port : 3000
6
- onOpen : open-preview
7
- tasks :
8
- - command : learnpack start
6
+ onOpen : ignore
7
+
8
+ vscode :
9
+ extensions :
10
+ - learnpack.learnpack-vscode
11
+
9
12
github :
10
13
prebuilds :
11
14
# enable for the master/default branch (defaults to true)
Original file line number Diff line number Diff line change 1
1
{
2
- "port" : 3000 ,
3
- "address" : " https://a59821c5-aefc-458f-84bb-510905bccbff.ws-us03.gitpod.io" ,
4
- "editor" : " gitpod" ,
5
- "configPath" : {
6
- "config" : " bc.json" ,
7
- "base" : " .learn" ,
8
- "exercises" : " ./exercises" ,
9
- "output" : " .learn/dist"
10
- },
11
- "outputPath" : " ./.learn/dist" ,
12
- "publicPath" : " /preview" ,
13
- "grading" : " isolated" ,
14
- "disable_grading" : false ,
15
- "language" : " python3" ,
16
- "compiler" : " python3" ,
17
- "tester" : " pytest" ,
18
- "actions" : [
19
- " run" ,
20
- " test" ,
21
- " reset"
22
- ],
23
2
"title" : " Learn Python Functions Interactively" ,
24
3
"repository" : " https://github.com/4GeeksAcademy/python-functions-programming-exercises" ,
25
4
"preview" : " https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true" ,
26
5
"description" : " Learn and master functional programing by doing auto-graded interactive exercises." ,
27
6
"duration" : 10 ,
28
7
"difficulty" : " easy" ,
29
8
"video-solutions" : false ,
30
- "graded" : true
31
- }
9
+ "graded" : true ,
10
+ "config" : {
11
+ "editor" : {
12
+ "version" : " 1.0.68"
13
+ }
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments