We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56f8fe commit 1144ff2Copy full SHA for 1144ff2
.github/workflows/ci_cd.yml
@@ -590,6 +590,9 @@ jobs:
590
uv venv /env
591
592
- name: Install system dependencies
593
+ env:
594
+ DEBIAN_FRONTEND: 'noninteractive'
595
+ TZ: 'Etc/UTC'
596
run: |
597
apt update
598
apt install make lsb-release xvfb poppler-utils -y
doc/changelog.d/1372.fixed.md
@@ -0,0 +1 @@
1
+Update interactive env for doc build
0 commit comments