install wheel too

This commit is contained in:
Adam Johnson 2021-04-05 14:41:33 +01:00
parent 481c24487d
commit 789b021542

View File

@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-pip-
- name: Upgrade packaging tools
run: python -m pip install --upgrade pip setuptools virtualenv
run: python -m pip install --upgrade pip setuptools virtualenv wheel
- name: Install dependencies
run: python -m pip install --upgrade codecov tox