Skip to content

Commit

Permalink
install python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 30, 2024
1 parent 78b6a8d commit ab9deff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
name: usb_test_app_bin_${{ matrix.idf_ver }}
- name: Create venv
run: |
python -V
sudo apt-get install python3-venv
pip list
mkdir ci_venv && cd ci_venv
python3 -m venv env
Expand All @@ -84,7 +86,7 @@ jobs:
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: |
sudo apt-get update && apt-get install libusb-1.0-0-dev -y
sudo apt-get update && sudo apt-get install libusb-1.0-0-dev -y
pip list
pip install --prefer-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb libusb
- name: Run USB Test App on target
Expand Down

0 comments on commit ab9deff

Please sign in to comment.