From 2d1c2b137085d93ff97e875cc784aa90c31f65c9 Mon Sep 17 00:00:00 2001 From: Askill Date: Wed, 17 Jul 2024 20:34:25 +0200 Subject: [PATCH] split action into 2, install deps and run test --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3304c70..03b68c7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,5 +31,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest==8.2.2 - + - name: run test + run: | pytest tests/watcher_test.py \ No newline at end of file