Skip to content

Commit cf9600a

Browse files
authored
test(quarto-cli): fix broken test related to chromium (#253)
1 parent 8c89888 commit cf9600a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/quarto-cli/scenarios.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"image": "mcr.microsoft.com/devcontainers/base:debian",
2828
"features": {
2929
"quarto-cli": {
30+
"version": "1.4", // https://github.com/quarto-dev/quarto-cli/issues/10961
3031
"installChromium": true
3132
},
3233
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
@@ -38,6 +39,7 @@
3839
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3940
"features": {
4041
"quarto-cli": {
42+
"version": "1.4", // https://github.com/quarto-dev/quarto-cli/issues/10961
4143
"installChromium": true
4244
},
4345
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {

0 commit comments

Comments
 (0)