Skip to content

Commit cafa579

Browse files
authored
Update python-build.yml
1 parent bb8fa9d commit cafa579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install poetry
2727
poetry install -v
28+
poetry install RPi.GPIO
2829
- name: Execute Unit Tests
2930
run: poetry run pytest
3031

@@ -46,6 +47,7 @@ jobs:
4647
python -m pip install --upgrade pip
4748
pip install poetry
4849
poetry install -v
50+
poetry install RPi.GPIO
4951
- name: Execute Robot Tests
5052
run: poetry run robot atests/
5153
- name: Upload Robot Logs

0 commit comments

Comments
 (0)