diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c69616e..99323a5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set on_win = SUBDIR in ('win-64', 'win-32') %} {% set name = "conda" %} {% set version = "23.11.0" %} -{% set sha256 = "74f24daabb4642dcb36a97013fb753bb7ba99c112724b48e2b59d60294012da6" %} +{% set sha256 = "9276686c8a6ee536dc451cc6557685724fe275a44949ac4f741066fd23cdc7b4" %} # Running pytest requires the inclusion of test files which baloons # the size of the package; values can be "yes" or "no" {% set run_pytest = "no" %} @@ -16,7 +16,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv && {{ PYTHON }} -m conda init --install # These are present when the new environment is created # so we have to exempt them from the list of initial files