From e984c22ac4d6524582619dc409159539031c1818 Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 29 Sep 2024 16:25:31 -0700 Subject: [PATCH] Let Mbed's built in venv do its thing --- .github/workflows/compile.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index c978363..429a262 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -27,10 +27,6 @@ jobs: apt-get update apt-get install -y python3-venv - - name: Install Python dependencies - run: | - python3 -m pip install -r CI-Shield-Tests/mbed-os/tools/requirements.txt - - name: Build project for ${{ matrix.mbed_target }} run: | cd CI-Shield-Tests