CI: remove wheel (#550)

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2021-08-10 17:18:44 +03:00
committed by GitHub
parent 1977b26bb8
commit b2f136a665

View File

@@ -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