diff --git a/.github/workflows/python-cqa.yml b/.github/workflows/python-cqa.yml index b1d85526..e62b7c3f 100644 --- a/.github/workflows/python-cqa.yml +++ b/.github/workflows/python-cqa.yml @@ -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