Skip to content

Commit 0154c12

Browse files
committed
Pip install wheel.
1 parent 157d9e5 commit 0154c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ jobs:
7474
id: version
7575

7676
- name: Generate wheelhouse
77-
run: pip wheel . -w wheelhouse
77+
run: |
78+
pip install wheel setuptools -U
79+
pip wheel . -w wheelhouse
80+
7881
7982
- name: Zip wheelhouse
8083
uses: vimtor/action-zip@v1

0 commit comments

Comments
 (0)