Skip to content

Commit

Permalink
Merge branch 'main' into issue/588/miscentering_therory
Browse files Browse the repository at this point in the history
  • Loading branch information
combet committed Jan 29, 2025
2 parents 6ebe1aa + b9d4b39 commit 9618a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install prereq and NumCosmo using conda
run: |
echo "$CONDA/bin" >> $GITHUB_PATH
conda install -c conda-forge gobject-introspection pygobject numcosmo cmake "swig<4.3.0" setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython
conda install -c conda-forge gobject-introspection pygobject numcosmo cmake swig setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython
- name: Install prereq using pip
run: |
pip install -r requirements.txt
Expand All @@ -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.2'
__version__ = "1.14.4"

0 comments on commit 9618a6e

Please sign in to comment.