Skip to content

Commit

Permalink
Merge branch 'main' into issue/635/coordinate_implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Aguena committed Nov 19, 2024
2 parents 4284e6b + b9d4b39 commit 7b9e9b8
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 7b9e9b8

Please sign in to comment.