Skip to content

Commit

Permalink
workflow/push.yml - add python3 to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 23, 2024
1 parent 75ecfc6 commit 72f33f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: apt update -y

- name: Install packages
run: apt install -y --no-install-recommends --no-install-suggests git make python3-pip gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
run: apt install -y --no-install-recommends --no-install-suggests git make python3 python3-pip gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

- name: Install python modules
run: python3 -m pip install GitPython intelhex --upgrade
Expand Down

0 comments on commit 72f33f0

Please sign in to comment.