Skip to content

Commit 5d36ca9

Browse files
committed
install wheel
1 parent a436d6b commit 5d36ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shell-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
pip download -r src/requirements.txt -d dependencies
9595
- name: Prepare netifaces whl
9696
run: |
97-
pip wheel netifaces -w dependencies -vvv
97+
pip install wheel
98+
pip wheel netifaces -w dependencies
9899
- name: Upload artifacts
99100
uses: actions/upload-artifact@v2
100101
with:

0 commit comments

Comments
 (0)