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

pull/5054/head
Dan Schaper 1 year ago committed by GitHub
commit a4e20f79a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save