Install wheel before other python packages in Action (#5048)

This commit is contained in:
Dan Schaper 2022-12-05 15:32:04 -08:00 committed by GitHub
commit a4e20f79a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,9 @@ jobs:
with:
python-version: "3.10"
- name: Install wheel
run: pip install wheel
- name: Install dependencies
run: pip install -r test/requirements.txt