Skip to content

Commit

Permalink
Use venv method
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Mar 14, 2024
1 parent 68690cc commit 45ea29f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
with:
submodules: recursive

- name: Install Python dependencies
- name: Install python3-venv
run: |
python3 -m pip install -r mbed-os/tools/requirements.txt
python3 -m pip install -r tools/requirements.txt
apt-get update
apt-get install -y python3-venv
- name: Build project for ${{ matrix.mbed_target }}
run: |
Expand Down

0 comments on commit 45ea29f

Please sign in to comment.