From 23d525a3f92e4e66da8baf7b1fc206994ce6c5c5 Mon Sep 17 00:00:00 2001 From: grouazel Date: Mon, 3 Jul 2023 17:02:26 +0200 Subject: [PATCH] make noninteractive lib C install on the docker for pypi build --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba6da21..ae7943a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,9 @@ on: release: types: [created] +env: + DEBIAN_FRONTEND: noninteractive + jobs: publish: name: Publish to PyPI