Skip to content

Commit

Permalink
Use constructor development version to check installation path length…
Browse files Browse the repository at this point in the history
… (nodejs).
  • Loading branch information
ericpre committed Aug 13, 2020
1 parent 80612f2 commit 8b16092
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
- shell: bash -l {0}
name: Install constructor
run: |
conda install constructor
pip install https://github.com/conda/constructor/archive/master.zip --no-deps
conda install constructor --only-deps
conda install conda-standalone
pip install https://github.com/ericpre/constructor/archive/master.zip --no-deps
- shell: bash -l {0}
name: Build distribution
Expand Down
8 changes: 6 additions & 2 deletions conda_distribution/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: HyperSpy-bundle
version: 2020.08.08
version: 2020.08.13

install_in_dependency_order: True
# Error: File 'lib/libiomp5.dylib' found in multiple packages: intel-openmp-2019.4-233.conda, llvm-openmp-10.0.0-h28b9765_0.conda
Expand All @@ -19,7 +19,7 @@ specs:
- spyder
- anaconda-navigator
- nb_conda_kernels
- hyperspy
- hyperspy >=1.6
- hyperspyui
- start_jupyter_cm
- ipympl >=0.5.7
Expand All @@ -42,6 +42,8 @@ pre_uninstall: pre_uninstall.bat # [win]

post_install_desc: "Don't install jupyterlab widgets and context menu shortcuts." # [win]

check_path_length: True # [win]

installer_type: pkg # [osx]

# Icon image for Windows installer
Expand All @@ -56,3 +58,5 @@ header_image_text: |-
HyperSpy
bundle
company: The HyperSpy developers

0 comments on commit 8b16092

Please sign in to comment.