Skip to content

Commit

Permalink
Try dev constructor (DNM)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 10, 2024
1 parent 21634e1 commit 6c76d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c76d10

Please sign in to comment.