From 06d2588cf1655c685fad59e5a64d7e770197a4d0 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Fri, 15 Nov 2024 00:23:09 +0100 Subject: [PATCH] debug a bit --- .github/workflows/make_bundle_conda.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_bundle_conda.yml b/.github/workflows/make_bundle_conda.yml index 75b09298..ab96e103 100644 --- a/.github/workflows/make_bundle_conda.yml +++ b/.github/workflows/make_bundle_conda.yml @@ -309,12 +309,19 @@ jobs: python -m pip install -e . --no-deps - name: Overwrite constructor (temporary!) # REMOVE BEFORE MERGE - shell: bash -el {0} + shell: bash -exl {0} working-directory: napari-source env: SETUPTOOLS_SCM_PRETEND_VERSION: "3.10" run: | - python -m pip install https://github.com/jaimergp/constructor/archive/lockfiles.tar.gz --no-deps + conda remove --force constructor + python -m pip install https://github.com/jaimergp/constructor/archive/lockfiles.tar.gz --no-deps -vv + + - name: Debug stuff + shell: bash -exl {0} + run: | + conda list + constructor --version - name: Download local build artifacts (napari) uses: actions/download-artifact@v4