still more missing python

This commit is contained in:
2024-02-09 02:33:07 +01:00
parent 63221f7d23
commit f3aaa5dc68

View File

@@ -8,8 +8,8 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 python3-grpcio python3-protobuf run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 python3-grpcio python3-protobuf python3-pkg-resources
# run: pip install setuptools
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: