We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc5eeb commit b8d5aa1Copy full SHA for b8d5aa1
.github/workflows/build_and_run_idf_examples.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
cd ${IDF_PATH}
68
. ./export.sh
69
- pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio idf-build-apps pytest_ignore_test_results pytest-timeout
+ pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio idf-build-apps pytest_ignore_test_results pytest-timeout netifaces
70
- uses: actions/download-artifact@v4
71
with:
72
name: usb_device_tusb_apps_bin_${{ matrix.idf_ver }}
0 commit comments