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 && \