Update build-doc-and-os.yml
This commit is contained in:
parent
7c9f5357e7
commit
ba6423061f
2
.github/workflows/build-doc-and-os.yml
vendored
2
.github/workflows/build-doc-and-os.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user