From 3d8f86027bfb4db82ac82e5b699fb85af55a3e3d Mon Sep 17 00:00:00 2001 From: Matthias Straka Date: Mon, 4 Sep 2023 10:34:42 +0200 Subject: [PATCH] fix root dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36eb98f..32ecd65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: pylint pyOxygenSCPI - name: Running unit tests with pytest run: | - pytest + pytest .