Skip to content

Commit 45ea29f

Browse files
Use venv method
1 parent 68690cc commit 45ea29f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/compile.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
with:
2222
submodules: recursive
2323

24-
- name: Install Python dependencies
24+
- name: Install python3-venv
2525
run: |
26-
python3 -m pip install -r mbed-os/tools/requirements.txt
26+
python3 -m pip install -r tools/requirements.txt
27+
apt-get update
28+
apt-get install -y python3-venv
2729
2830
- name: Build project for ${{ matrix.mbed_target }}
2931
run: |

0 commit comments

Comments
 (0)