Skip to content

Commit b37eb7f

Browse files
Merge pull request #135 from devcontainers/samruddhikhandale/anaconda-add-node
Anaconda: add nvm
2 parents 40243db + f1e6c34 commit b37eb7f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/anaconda/.devcontainer/devcontainer.json

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"dockerfile": "./Dockerfile",
44
"context": "."
55
},
6+
"features": {
7+
"ghcr.io/devcontainers/features/node:1": {
8+
"version": "none"
9+
}
10+
},
611
// Configure tool-specific properties.
712
"customizations": {
813
// Configure properties specific to VS Code.

src/anaconda/test-project/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ check "autopep8" autopep8 --version
1515
check "yapf" yapf --version
1616
check "pydocstyle" pydocstyle --version
1717
check "pycodestyle" pycodestyle --version
18+
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm --version"
1819

1920
# Report result
2021
reportResults

0 commit comments

Comments
 (0)