From 790e441159a54401a3a262d33da5c399684a9ecd Mon Sep 17 00:00:00 2001 From: 2bndy5 <2bndy5@gmail.com> Date: Thu, 22 Jul 2021 02:23:12 -0700 Subject: [PATCH] py pkgs from apt are very out-of-date --- .github/workflows/linux_build.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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)