CI: install wheel

This commit is contained in:
XhmikosR
2020-05-17 21:41:14 +03:00
parent c09311ee9e
commit 81fbd47588

View File

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