diff options
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json index 80e0fb5..920f4a2 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -33,8 +33,13 @@ "install_os_provided_python": { "image": "mcr.microsoft.com/devcontainers/base:0-bullseye", "features": { - "node": "latest", "python": "os-provided" } + }, + "install_via_oryx": { + "image": "mcr.microsoft.com/oryx/build:full-debian-bullseye", + "features": { + "python": "3.10" + } } }
\ No newline at end of file |