Fixed test action installation

This commit is contained in:
2026-01-16 16:10:02 +01:00
parent c18777656c
commit b847216cbc
2 changed files with 26 additions and 21 deletions

View File

@@ -36,7 +36,9 @@ jobs:
- name: Setting up Python 3.12
run: |
python3.12 -m pip install -r src/requirements-dev.txt
python3.12 -m pip install evdev
bash ./install.sh
bash ./install.sh -dev
- name: Testing with pytest
run: |