split action into 2, install deps and run test

This commit is contained in:
Askill 2024-07-17 20:34:25 +02:00
parent aa37a25f1c
commit 2d1c2b1370
1 changed files with 2 additions and 1 deletions

View File

@ -31,5 +31,6 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install pytest==8.2.2 pip install pytest==8.2.2
- name: run test
run: |
pytest tests/watcher_test.py pytest tests/watcher_test.py