From 25bca9c76d10fc95a795b4d54e5b00c8331b5e36 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 27 Mar 2024 14:46:01 -0400 Subject: [PATCH] Update pytest_and_autopublish.yml --- .github/workflows/pytest_and_autopublish.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pytest_and_autopublish.yml b/.github/workflows/pytest_and_autopublish.yml index 314fcc1..6628dde 100644 --- a/.github/workflows/pytest_and_autopublish.yml +++ b/.github/workflows/pytest_and_autopublish.yml @@ -21,12 +21,8 @@ jobs: - run: pip install -e .[dev,doc,oryx] - run: pip freeze - - name: Lint with pylint - run: pylint coix - - name: Lint with pyink - run: pyink --check . - - name: Lint with isort - run: isort --check . + - name: Run lint + run: make lint - name: Build documentation run: make docs