Skip to content

Commit e9addf8

Browse files
authored
Merge pull request #70 from Charlytoc/master
Updated with new version of compiler, cli and editor for both, codespaces and gitpod
2 parents d32b09c + 2619bb2 commit e9addf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
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"
2525

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

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
2525
RUN echo "export DATABASE_URL" >> $HOME/.bashrc
2626

2727
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

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graded": true,
2020

2121
"editor": {
22-
"version": "1.0.73"
22+
"version": "3.1.23"
2323
}
2424

2525
}

0 commit comments

Comments
 (0)