diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index a87a0a0bc..0949a3d07 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -41,7 +41,7 @@ jobs: - name: Analysing the code with pylint run: | pip install pylint - pylint clmm + pylint clmm --ignored-classes=astropy.units - name: Run the unit tests run: | pip install pytest pytest-cov