Compare commits

..

1 Commits

Author SHA1 Message Date
b847216cbc Fixed test action installation 2026-01-16 16:13:44 +01:00

View File

@@ -35,16 +35,11 @@ jobs:
token: ${{ secrets.CI_ACCESS_TOKEN }}
- name: Setting up Python 3.12
shell: bash
run: |
python3.12 -m venv venv
source venv/bin/activate
python3.12 -m pip install evdev
bash ./install.sh
bash ./install.sh -dev
python3.12 -m pip install pytest
- name: Testing with pytest
shell: bash
run: |
source venv/bin/activate
python3.12 -m pytest