From b9d4b39506498fb0fbf38c048718154ec403a967 Mon Sep 17 00:00:00 2001 From: Michel Aguena Date: Tue, 19 Nov 2024 15:39:46 +0100 Subject: [PATCH] Fix gha (#653) * rm --no-use-pep517 flag on ccl install * Update version to 1.14.4 --------- Co-authored-by: Michel Aguena --- .github/workflows/build_check.yml | 2 +- clmm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"