From b2f136a665ae053e62c9b8147ff3b4e068217fa8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 10 Aug 2021 17:18:44 +0300 Subject: [PATCH] CI: remove wheel (#550) Signed-off-by: XhmikosR --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e47707f6..4fac66e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,6 @@ jobs: key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} restore-keys: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} - # This is needed otherwise pip warns: - # Using legacy 'setup.py install' for DEP, since package 'wheel' is not installed. - - run: pip install --upgrade wheel - - name: Install Python dependencies run: pip install -r requirements.txt