diff options
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json index 561d8f6..0caaeee 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -36,15 +36,25 @@ } } }, - "install_os_provided_python": { - "image": "mcr.microsoft.com/devcontainers/base:0-bullseye", + "install_jupyterlab_os_provided": { + "image": "mcr.microsoft.com/vscode/devcontainers/base:focal", + "remoteUser": "vscode", "features": { - "node": "latest", + "common-utils": { + "username": "vscode" + }, "python": { "version": "os-provided", "installJupyterlab": true, "configureJupyterlabAllowOrigin": "*" } } + }, + "install_os_provided_python": { + "image": "mcr.microsoft.com/devcontainers/base:0-bullseye", + "features": { + "node": "latest", + "python": "os-provided" + } } } |