From ad06ef4f1d3fe2608d23cfdb9550ad2d8a97de61 Mon Sep 17 00:00:00 2001 From: Matthias Straka Date: Mon, 4 Sep 2023 10:38:49 +0200 Subject: [PATCH] pytest: fix rootdir --- .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 caabee8..a91c3af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Running unit tests with pytest - run: pytest + run: pytest .. - name: Analyzing the code with pylint run: pylint pyOxygenSCPI