Skip to content

Commit

Permalink
Merge pull request #59 from ericpre/2021.10.30
Browse files Browse the repository at this point in the history
Update bundle
  • Loading branch information
ericpre authored Oct 30, 2021
2 parents e430e69 + 4ed531f commit d0c0ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
name: Install constructor
run: |
conda install constructor jinja2
# include fixes for start menu shortcut
# https://github.com/conda-forge/conda-standalone-feedstock/pull/18
conda install -y conda-standalone -c ericpre --override-channels
pip install https://github.com/ericpre/constructor/archive/refs/heads/workhorse.zip --force --no-deps
- shell: bash -l {0}
name: Build distribution
Expand Down
3 changes: 3 additions & 0 deletions conda_distribution/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ specs:
- qt
- qtconsole
- scanning_drift_corr
# sphinx >=4.0 pins docutils <0.18
- sphinx >=4.0
- spyder
- start_jupyter_cm


Expand Down

0 comments on commit d0c0ab7

Please sign in to comment.