Skip to content

Commit

Permalink
skip debian bspm test
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Aug 5, 2023
1 parent a6440cf commit e531145
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/r-apt/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"installBspm": {
"type": "boolean",
"default": false,
"description": "Install and enable BSPM (Bridge to System Package Manager) to install R packages."
"description": "Install and enable BSPM (Bridge to System Package Manager) to install R packages. This option is only working on Ubuntu now."
}
},
"installsAfter": [
Expand Down
17 changes: 9 additions & 8 deletions test/r-apt/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@
}
}
},
"bspm-debian": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"r-apt": {
"installBspm": true
}
}
},
// TODO: enable tesing on debian
// "bspm-debian": {
// "image": "mcr.microsoft.com/devcontainers/base:debian",
// "features": {
// "r-apt": {
// "installBspm": true
// }
// }
// },
"bspm-ubuntu": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
Expand Down

0 comments on commit e531145

Please sign in to comment.