From 81fbd47588b1c2730357a4924eaa4e8ee25a4742 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 17 May 2020 21:41:14 +0300 Subject: [PATCH] CI: install wheel --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f258a2..616222b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} restore-keys: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} + - run: pip install --upgrade wheel + - name: Install Python dependencies run: python3 -m pip install -r requirements.txt