diff --git a/.github/workflows/zephyr.yaml b/.github/workflows/zephyr.yaml index 338a86dce..20c7082fe 100644 --- a/.github/workflows/zephyr.yaml +++ b/.github/workflows/zephyr.yaml @@ -39,8 +39,6 @@ jobs: run: | curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py python3 get-platformio.py - . $HOME/.platformio/penv/bin/activate - platformio update - name: Set up project run: |