fix missing packages

This commit is contained in:
Ace 2023-07-26 19:22:17 +02:00 committed by GitHub
parent a587930405
commit eccb06a371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
pip install -e .
pip install RPi.GPIO==0.7.1 spidev==3.5
cd ..
- name: Generate Docs