install before lint

This commit is contained in:
Alex Mykyta
2022-02-28 23:11:23 -08:00
parent 54d783e1ab
commit dff34aba51

View File

@@ -59,9 +59,13 @@ jobs:
run: |
python -m pip install -U pylint
- name: Install
run: |
python -m pip install .
- name: Run Lint
run: |
pylint --rcfile tests/pylint.rc src/peakrdl
pylint --rcfile tests/pylint.rc peakrdl
#-------------------------------------------------------------------------------
mypy: