Skip to content

Commit

Permalink
Fix: Removes redundant linting step from Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
avcopan committed Jul 8, 2024
1 parent a06ea7e commit 0bcbb60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ jobs:
run: |
pixi run pip install . --no-deps
- name: Lint (new)
- name: Lint
run: |
pixi run ./lint.sh
- name: Lint (old)
run: |
pixi run pylint --rcfile=.pylintrc automol
pixi run pylint --rcfile=.pylintrc phydat
pixi run pylint --rcfile=.pylintrc autoreact
- name: Test
run: |
pixi run pytest -v automol -v automol --ignore=automol/tests/test_convert.py
Expand Down

0 comments on commit 0bcbb60

Please sign in to comment.