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