Skip to content

Commit

Permalink
add qp to .github/workflows/build_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Sep 26, 2024
1 parent 844cfd8 commit 72584ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
git clone https://github.com/LSSTDESC/CCL
cd CCL
pip install --no-use-pep517 .
- name: Install qp from source
run: |
git clone https://github.com/LSSTDESC/qp
cd qp
pip install .
- name: Analysing the code with pylint
run: |
pip install pylint
Expand Down

0 comments on commit 72584ec

Please sign in to comment.