Skip to content

Commit

Permalink
install venv
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed May 28, 2024
1 parent b2612d9 commit 3eedf56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
submodules: 'recursive'
path: ${{ github.workspace }}/app

- name: Set up Python
- name: Setup Python
uses: actions/setup-python@v4
with:
command: apt-get install -y python3-venv

- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }}
path: app/examples/esp-idf
#command: pip install --upgrade idf-component-manager && apt-get update && apt-get install -y python3-venv && idf.py build
#command: pip install --upgrade idf-component-manager && apt-get update && && idf.py build
command: idf.py build

0 comments on commit 3eedf56

Please sign in to comment.