diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index b71a29f5..29224c78 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -150,6 +150,12 @@ jobs: file ./helloworld_tx # cross-compiling a python C extension is better done with pypa/cibuildwheel action + - name: Set up Python 3.7 + if: ${{ matrix.toolchain.compiler == 'default' }} + uses: actions/setup-python@v1 + with: + python-version: 3.7 + - name: provide python wrapper prerequisites if: ${{ matrix.toolchain.compiler == 'default' }} # python3-rpi.gpio is only required for physical hardware (namely the IRQ example)