Skip to content

Commit

Permalink
ci(esp_tinyusb): Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 30, 2024
1 parent c8311c4 commit a89b8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: |
python3 -m pip install --upgrade pip
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb libusb
apt-get update && apt-get install libusb-1.0-0-dev udev -y
- name: Run USB Test App on target
Expand Down

0 comments on commit a89b8e4

Please sign in to comment.