addded missing requests

This commit is contained in:
2024-05-21 23:30:27 +02:00
parent 1a1e4bbee4
commit e892a21f97

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- 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 python3-pkg-resources
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 python3-requests
# run: pip install setuptools
- name: Check out repository code
uses: actions/checkout@v4