Skip to content

Commit

Permalink
Update pytest_and_autopublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi authored Mar 27, 2024
1 parent a6f9c15 commit 25bca9c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25bca9c

Please sign in to comment.