Fixed test action installation
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user