From 6c76d1060d88d162df9472799d3941cfabac6ec9 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 10 Sep 2024 20:15:13 +0200 Subject: [PATCH] Try dev constructor (DNM) --- .github/workflows/make_bundle_conda.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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