From ddaca8b49164fdded36e1e343a3538f96038939c Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 5 Jun 2023 12:57:45 +0200 Subject: [PATCH] Install wheel --- .github/workflows/gh-pages.yml | 3 +++ requirements.txt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 72be43f9..e84e41d2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,6 +15,9 @@ jobs: submodules: true fetch-depth: 0 + - name: Install dependencies + run: pip install wheel + - name: Build run: ./build.sh --update diff --git a/requirements.txt b/requirements.txt index 88b6febe..96d21d17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -wheel mkdocs == 1.4.2 mkdocs-exclude == 1.0.2 json-schema-for-humans