Update build-doc-and-os.yml

This commit is contained in:
Ace 2023-07-26 21:20:37 +02:00 committed by GitHub
parent 7c9f5357e7
commit ba6423061f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ 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
@ -93,6 +92,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 inkycal/tests
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done