Skip to content

Commit 1144ff2

Browse files
dipinknairpre-commit-ci[bot]pyansys-ci-bot
authored
FIX: Update interactive env for doc build (#1372)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b56f8fe commit 1144ff2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ jobs:
590590
uv venv /env
591591
592592
- name: Install system dependencies
593+
env:
594+
DEBIAN_FRONTEND: 'noninteractive'
595+
TZ: 'Etc/UTC'
593596
run: |
594597
apt update
595598
apt install make lsb-release xvfb poppler-utils -y

doc/changelog.d/1372.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update interactive env for doc build

0 commit comments

Comments
 (0)