Skip to content

Commit

Permalink
try new constructor PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 14, 2024
1 parent 9159237 commit 2c42e12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
],
}
Expand Down

0 comments on commit 2c42e12

Please sign in to comment.