Skip to content

Commit e454feb

Browse files
committed
GitHub Actions: install wheel to ensure prebuilt binaries
1 parent 5e7326d commit e454feb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Update pip
2323
run: pip install pip --upgrade
2424

25+
- name: Update wheel
26+
run: pip install wheel --upgrade
27+
2528
- name: Install requirements
2629
run: pip install -r requirements.txt
2730

0 commit comments

Comments
 (0)