From cdcdcf984f32b6e7a5a9ada13d759b39ef1a8661 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Mon, 28 Aug 2023 14:45:25 -0700 Subject: [PATCH] Install missing package conda-package-handling. Signed-off-by: Ville Aikas --- conda.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.yaml b/conda.yaml index 5709fa7cc1f8..ec61c346d590 100644 --- a/conda.yaml +++ b/conda.yaml @@ -1,7 +1,7 @@ package: name: conda version: 23.7.3 - epoch: 0 + epoch: 1 description: "A system-level, binary package and environment manager running on all major operating systems and platforms." copyright: - license: BSD-3-Clause @@ -38,7 +38,7 @@ pipeline: expected-commit: a9b1838f059501528e6f48c35972fd5f379dec0a - runs: | - pip install hatch + pip install hatch conda-package-handling hatch build python3 -m installer -d "${{targets.destdir}}" dist/conda*.whl