From dc875c29f130facc86d731245920dcae3845d1f9 Mon Sep 17 00:00:00 2001 From: valyo <582646+valyo@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:53:51 +0100 Subject: [PATCH] try with prebuilt binary wheels --- .github/workflows/docs-github-pages-cli.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-github-pages-cli.yml b/.github/workflows/docs-github-pages-cli.yml index 93262f47..0b24476c 100644 --- a/.github/workflows/docs-github-pages-cli.yml +++ b/.github/workflows/docs-github-pages-cli.yml @@ -29,6 +29,7 @@ jobs: apt-get update && \ apt-get install -y build-essential libffi-dev python3-dev && \ pip install --upgrade pip setuptools wheel && \ + pip install --only-binary :all: --prefer-binary zstandard cffi && \ pip install -r docs/requirements.txt build-command: "make dirhtml" docs-folder: "docs/"