Compare commits
1 Commits
2026.01.16
...
68f92981a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 68f92981a5 |
@@ -35,16 +35,11 @@ jobs:
|
|||||||
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Setting up Python 3.12
|
- name: Setting up Python 3.12
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
python3.12 -m venv venv
|
python3.12 -m pip install evdev
|
||||||
source venv/bin/activate
|
|
||||||
bash ./install.sh
|
bash ./install.sh
|
||||||
bash ./install.sh -dev
|
bash ./install.sh -dev
|
||||||
python3.12 -m pip install pytest
|
|
||||||
|
|
||||||
- name: Testing with pytest
|
- name: Testing with pytest
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
|
||||||
python3.12 -m pytest
|
python3.12 -m pytest
|
||||||
Reference in New Issue
Block a user