Skip to content

Commit a498ef7

Browse files
authored
Merge branch 'master' into learnpack
2 parents e2f1fb0 + d672362 commit a498ef7

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM gitpod/workspace-full:latest
33

44
USER gitpod
55

6-
RUN npm RUN pip3 install pytest==4.4.2 pytest-testdox mock
7-
RUN npm i learnpack -g && learnpack plugins:install learnpack-python
6+
RUN pip3 install pytest==4.4.2 pytest-testdox mock
7+
RUN npm i learnpack@0.0.96 -g && learnpack plugins:install learnpack-python@0.0.34
88

.gitpod.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ ports:
55
- port: 3000
66
onOpen: open-preview
77
tasks:
8-
- command: learnpack start
9-
8+
9+
- command: >
10+
learnpack start;
1011
github:
1112
prebuilds:
1213
# enable for the master/default branch (defaults to true)

badge-master-python.png

12.4 KB
Loading

learn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
"difficulty": "easy",
99
"video-solutions": false,
1010
"graded": true
11-
}
11+
12+
}
13+

0 commit comments

Comments
 (0)