Skip to content

Commit

Permalink
try with prebuilt binary wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
valyo committed Dec 17, 2024
1 parent 4c93d2a commit dc875c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-github-pages-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit dc875c2

Please sign in to comment.