Skip to content

Commit

Permalink
debug a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 14, 2024
1 parent 65012a0 commit 06d2588
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06d2588

Please sign in to comment.