Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3701b6b

Browse files
authored
Merge pull request4GeeksAcademy#38 from Charlytoc/main
Working with latest version of editor and CLI
2 parents1aa18b6 +dc1c8c5 commit3701b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 pytest-testdox mock pandas && npm i @learnpack/learnpack@4.0.0 -g && learnpack plugins:install @learnpack/python@1.0.5"
25+
"onCreateCommand":"pip3 install pytest==6.2.5 pytest-testdox mock pandas && npm i @learnpack/learnpack@4.0.8 -g && learnpack plugins:install @learnpack/python@1.0.5"
2626

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

‎.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ 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.39 -g && learnpack plugins:install @learnpack/python@1.0.3
28+
RUN npm i @learnpack/learnpack@4.0.8 -g && learnpack plugins:install @learnpack/python@1.0.5
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp