Skip to content

Commit

Permalink
Fix gha (#653)
Browse files Browse the repository at this point in the history
* rm --no-use-pep517 flag on ccl install

* Update version to 1.14.4

---------

Co-authored-by: Michel Aguena <michel.aguenadasilva@inaf.it>
  • Loading branch information
m-aguena and Michel Aguena authored Nov 19, 2024
1 parent cfa7f11 commit b9d4b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
#conda install -c conda-forge cmake swig setuptools_scm
git clone https://github.com/LSSTDESC/CCL
cd CCL
pip install --no-use-pep517 .
pip install .
- name: Run the unit tests
run: |
pip install pytest pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion clmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
)
from . import support

__version__ = '1.14.3'
__version__ = "1.14.4"

0 comments on commit b9d4b39

Please sign in to comment.