Skip to content

Commit

Permalink
revert: temporarily rm pylint static analysis from gh actions
Browse files Browse the repository at this point in the history
* Will add back in #262
  • Loading branch information
korikuzma committed Sep 18, 2023
1 parent e695f14 commit d8e639a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-cqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Install dependencies
run: |
pip install -e .[dev,extras]
- name: Pylint static analysis
run: |
pylint src/ga4gh/{core,vrs}
# - name: Pylint static analysis
# run: |
# pylint src/ga4gh/{core,vrs}
- name: Test with pytest
run: |
python -m pytest

0 comments on commit d8e639a

Please sign in to comment.