diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 9f2419f44..8658316f5 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -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 diff --git a/clmm/__init__.py b/clmm/__init__.py index d1af32a2b..e9d63a2a0 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -26,4 +26,4 @@ ) from . import support -__version__ = '1.14.3' +__version__ = "1.14.4"