From 2c42e1218d237293c1286ffd7ad81d42071d98a1 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 14 Nov 2024 22:42:47 +0100 Subject: [PATCH] try new constructor PR --- .github/workflows/make_bundle_conda.yml | 6 ++++++ build_installers.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make_bundle_conda.yml b/.github/workflows/make_bundle_conda.yml index 20af2237..479bf420 100644 --- a/.github/workflows/make_bundle_conda.yml +++ b/.github/workflows/make_bundle_conda.yml @@ -307,6 +307,12 @@ jobs: working-directory: napari-source run: | python -m pip install -e . --no-deps + + - name: Overwrite constructor (temporary!) # REMOVE BEFORE MERGE + shell: bash -el {0} + working-directory: napari-source + run: | + python -m pip install https://github.com/jaimergp/constructor/archive/lockfiles.tar.gz --no-deps - name: Download local build artifacts (napari) uses: actions/download-artifact@v4 diff --git a/build_installers.py b/build_installers.py index ebccf469..0b07efc4 100644 --- a/build_installers.py +++ b/build_installers.py @@ -285,7 +285,7 @@ def _definitions(version=_version(), extra_specs=None, napari_repo=HERE): {env_state: env_state_path}, ], "build_outputs": [ - {"pkgs_list": {"env": napari_env["name"]}}, + {"lockfile": {"env": napari_env["name"]}}, {"licenses": {"include_text": True, "text_errors": "replace"}}, ], }