Require wheel to be installed before installing requirements.

This commit is contained in:
Patrick Lehmann
2022-01-09 18:44:06 +01:00
parent 94bb01d586
commit c9bee6fe65

View File

@@ -80,7 +80,7 @@ jobs:
- name: 🔧 Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U pip wheel
python -m pip install ${{ inputs.requirements }}
- name: ☑ Run unit tests