Skip to content

Commit

Permalink
py pkgs from apt are very out-of-date
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 22, 2021
1 parent 58c69b3 commit 790e441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 790e441

Please sign in to comment.