Skip to content

Commit

Permalink
ci: ensure python tests non-interactive (VowpalWabbit#4047)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bassmang authored Jul 15, 2022
1 parent c8ee82c commit d85f830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit d85f830

Please sign in to comment.