Compare commits
2 Commits
b847216cbc
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eae7c7b98 | |||
| 638434af76 |
@@ -35,11 +35,16 @@ jobs:
|
||||
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
||||
|
||||
- name: Setting up Python 3.12
|
||||
shell: bash
|
||||
run: |
|
||||
python3.12 -m pip install evdev
|
||||
python3.12 -m venv venv
|
||||
source venv/bin/activate
|
||||
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
|
||||
Reference in New Issue
Block a user