From e2c5ee341b90be6d4a369ae5943802a99ea0e2c6 Mon Sep 17 00:00:00 2001 From: Athanaseus Javas Ramaila Date: Tue, 16 Apr 2024 13:00:56 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad51620..666e7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --ignore=F821,F632 --show-source --statistics --exclude=Pyxis/doc/example/* # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=Pyxis/doc/example/* - - name: Test with pytest + - name: Test pyxis command run: | - pytest + pyxis --help