Skip to content

Commit

Permalink
Update build_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed Mar 28, 2024
1 parent 605ff90 commit 61ff178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61ff178

Please sign in to comment.