diff --git a/.github/workflows/make_bundle_conda.yml b/.github/workflows/make_bundle_conda.yml index 80e3f831..15d58dce 100644 --- a/.github/workflows/make_bundle_conda.yml +++ b/.github/workflows/make_bundle_conda.yml @@ -303,6 +303,12 @@ jobs: working-directory: napari-source run: | python -m pip install -e . --no-deps + + # TEMPORARY + - name: Install dev constructor + shell: bash -el {0} + run: | + python -m pip install https://github.com/jaimergp/constructor/archive/refs/heads/nsis-log-stdout.zip --no-deps - name: Download local build artifacts (napari) uses: actions/download-artifact@v4