We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a436d6b commit 5d36ca9Copy full SHA for 5d36ca9
.github/workflows/shell-ci.yml
@@ -94,7 +94,8 @@ jobs:
94
pip download -r src/requirements.txt -d dependencies
95
- name: Prepare netifaces whl
96
run: |
97
- pip wheel netifaces -w dependencies -vvv
+ pip install wheel
98
+ pip wheel netifaces -w dependencies
99
- name: Upload artifacts
100
uses: actions/upload-artifact@v2
101
with:
0 commit comments