From d85f830f29fb09136e9d0c410da3fcf0d3d1935f Mon Sep 17 00:00:00 2001 From: Griffin Bassman Date: Fri, 15 Jul 2022 13:45:56 -0400 Subject: [PATCH] ci: ensure python tests non-interactive (#4047) * ci: ensure python tests non-interactive * run archh in PR * Update python_wheels.yml * move tz * ny tz * install tzdata * try manual tz * full fix --- .github/workflows/python_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python_wheels.yml b/.github/workflows/python_wheels.yml index 8e99f9f565c..1a3803a9bac 100644 --- a/.github/workflows/python_wheels.yml +++ b/.github/workflows/python_wheels.yml @@ -201,6 +201,7 @@ jobs: bash -exc 'apt-get update && \ apt install software-properties-common -y && \ add-apt-repository ppa:deadsnakes/ppa -y && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata && \ apt install -y ${{ env.py }} && \ apt install -y ${{ env.py }}-venv && \ ${{ env.py }} -m venv .env && \